diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeStreamExtractorTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeStreamExtractorTest.java index c6986688..0b645508 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeStreamExtractorTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeStreamExtractorTest.java @@ -96,7 +96,7 @@ public class PeertubeStreamExtractorTest { @Override public int expectedStreamSegmentsCount() { return 0; } } - @Ignore("TODO fix") + @Ignore("Test broken, SSL problem") public static class AgeRestricted extends DefaultStreamExtractorTest { private static final String ID = "dbd8e5e1-c527-49b6-b70c-89101dbb9c08"; private static final String INSTANCE = "https://nocensoring.net"; diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java index 2a5ace09..a91354eb 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java @@ -362,7 +362,7 @@ public class SoundcloudPlaylistExtractorTest { } @Test - @Ignore("TODO fix") + @Ignore("Test broken? Playlist has 2 entries, each page has 1 entry meaning it has 2 pages.") public void testMoreRelatedItems() throws Exception { try { defaultTestMoreItems(extractor); diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java index 0af9ef53..1799ca3a 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java @@ -59,7 +59,7 @@ public class YoutubePlaylistExtractorTest { } @Test(expected = ContentNotAvailableException.class) - @Ignore("TODO fix") + @Ignore("Broken, now invalid playlists redirect to youtube homepage") public void invalidId() throws Exception { final PlaylistExtractor extractor = YouTube.getPlaylistExtractor("https://www.youtube.com/playlist?list=INVALID_ID"); diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java index d23a2843..7763e3b3 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java @@ -21,7 +21,7 @@ import static org.schabi.newpipe.extractor.ServiceList.YouTube; /** * Test for {@link YoutubeStreamLinkHandlerFactory} */ -@Ignore("Video is not available anymore") +@Ignore("Video is not available in specific countries. Someone else has to generate mocks") public class YoutubeStreamExtractorControversialTest extends DefaultStreamExtractorTest { private static final String RESOURCE_PATH = DownloaderFactory.RESOURCE_PATH + "services/youtube/extractor/stream/"; private static final String ID = "T4XJQO3qol8"; diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java index 311725f6..7913a0d1 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java @@ -160,7 +160,7 @@ public class YoutubeStreamExtractorDefaultTest { } - @Ignore("TODO fix") + @Ignore("Test broken, video was made private") public static class RatingsDisabledTest extends DefaultStreamExtractorTest { private static final String ID = "HRKu0cvrr_o"; private static final int TIMESTAMP = 17;