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
99import com.adamratzman.spotify.runTestOnDefaultDispatcher
1010import kotlinx.coroutines.ExperimentalCoroutinesApi
1111import kotlinx.coroutines.test.TestResult
12+ import kotlin.test.Ignore
1213import kotlin.test.Test
1314import kotlin.test.assertEquals
1415import kotlin.test.assertFailsWith
1516
1617class PublicFollowingApiTest : AbstractTest <GenericSpotifyApi >() {
18+ @Ignore // Spotify is currently failing areFollowingPlaylist requests for non-logged in user, contrary to docs
1719 @Test
1820 fun testUsersFollowingPlaylist (): TestResult = runTestOnDefaultDispatcher {
1921 buildApi(::testUsersFollowingPlaylist.name)
You can’t perform that action at this time.
0 commit comments