File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/commonTest/kotlin/com.adamratzman/spotify/pub Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ import com.adamratzman.spotify.SpotifyException
9
9
import com.adamratzman.spotify.runTestOnDefaultDispatcher
10
10
import kotlinx.coroutines.ExperimentalCoroutinesApi
11
11
import kotlinx.coroutines.test.TestResult
12
+ import kotlin.test.Ignore
12
13
import kotlin.test.Test
13
14
import kotlin.test.assertEquals
14
15
import kotlin.test.assertFailsWith
15
16
16
17
class PublicFollowingApiTest : AbstractTest <GenericSpotifyApi >() {
18
+ @Ignore // Spotify is currently failing areFollowingPlaylist requests for non-logged in user, contrary to docs
17
19
@Test
18
20
fun testUsersFollowingPlaylist (): TestResult = runTestOnDefaultDispatcher {
19
21
buildApi(::testUsersFollowingPlaylist.name)
You can’t perform that action at this time.
0 commit comments