You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,7 @@ public void testRelatedItems() throws Exception {
362
362
}
363
363
364
364
@Test
365
-
@Ignore("TODO fix")
365
+
@Ignore("Test broken? Playlist has 2 entries, each page has 1 entry meaning it has 2 pages.")
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
/**
22
22
* Test for {@link YoutubeStreamLinkHandlerFactory}
23
23
*/
24
-
@Ignore("Video is not available anymore")
24
+
@Ignore("Video is not available in specific countries. Someone else has to generate mocks")
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ public void testDescription() throws Exception {
0 commit comments