Skip to content

Commit aee3838

Browse files
committed
Ignore unreliable SoundcloudGoPlusTrack.testRelatedItems
1 parent 90afd61 commit aee3838

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractorTest.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.schabi.newpipe.extractor.services.soundcloud;
22

33
import org.junit.BeforeClass;
4+
import org.junit.Ignore;
45
import org.junit.Test;
56
import org.schabi.newpipe.downloader.DownloaderTestImpl;
67
import org.schabi.newpipe.extractor.MediaFormat;
@@ -93,6 +94,15 @@ public static void setUp() throws Exception {
9394
}
9495
}
9596

97+
@Override
98+
@Test
99+
@Ignore("Unreliable, sometimes it has related items, sometimes it does not. See " +
100+
"https://github.com/TeamNewPipe/NewPipeExtractor/runs/2280013723#step:5:263 " +
101+
"https://github.com/TeamNewPipe/NewPipeExtractor/pull/601")
102+
public void testRelatedItems() throws Exception {
103+
super.testRelatedItems();
104+
}
105+
96106
@Override public StreamExtractor extractor() { return extractor; }
97107
@Override public StreamingService expectedService() { return SoundCloud; }
98108
@Override public String expectedName() { return "Places (feat. Ina Wroldsen)"; }

0 commit comments

Comments
 (0)