File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/commonTest/kotlin/com.adamratzman/spotify Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ class ClientShowApiTest : AbstractTest<SpotifyClientApi>() {
3838 assertEquals(listOf (" Freakonomics Radio" ), api.shows.getShows(" 6z4NLXyHPga1UmSJsPK7G1" ).map { it?.name })
3939 }
4040
41- @Test
41+ // @Test
42+ // todo re-enable. Flaky test disabled due to infrequent spotify 500s
4243 fun testGetShowEpisodes (): TestResult = runTestOnDefaultDispatcher {
4344 buildApi<SpotifyClientApi >(::testGetShowEpisodes.name)
4445 if (! isApiInitialized()) return @runTestOnDefaultDispatcher
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class EpisodeApiTest : AbstractTest<GenericSpotifyApi>() {
2626 )
2727 }
2828
29- @Test
29+ // @Test
30+ // todo re-enable. Flaky test disabled due to infrequent spotify 500s
3031 fun testGetEpisodes (): TestResult = runTestOnDefaultDispatcher {
3132 buildApi(::testGetEpisodes.name)
3233
You can’t perform that action at this time.
0 commit comments