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>() {
38
38
assertEquals(listOf (" Freakonomics Radio" ), api.shows.getShows(" 6z4NLXyHPga1UmSJsPK7G1" ).map { it?.name })
39
39
}
40
40
41
- @Test
41
+ // @Test
42
+ // todo re-enable. Flaky test disabled due to infrequent spotify 500s
42
43
fun testGetShowEpisodes (): TestResult = runTestOnDefaultDispatcher {
43
44
buildApi<SpotifyClientApi >(::testGetShowEpisodes.name)
44
45
if (! isApiInitialized()) return @runTestOnDefaultDispatcher
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class EpisodeApiTest : AbstractTest<GenericSpotifyApi>() {
26
26
)
27
27
}
28
28
29
- @Test
29
+ // @Test
30
+ // todo re-enable. Flaky test disabled due to infrequent spotify 500s
30
31
fun testGetEpisodes (): TestResult = runTestOnDefaultDispatcher {
31
32
buildApi(::testGetEpisodes.name)
32
33
You can’t perform that action at this time.
0 commit comments