Skip to content

Commit 71ebbf6

Browse files
committed
Change a message in PeertubeStreamExtractorTest
The issue in this test is not a SSL problem anymore.
1 parent 4ca4b83 commit 71ebbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeStreamExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public static void setUp() throws Exception {
140140
@Override public List<String> expectedTags() { return Arrays.asList("Marinauts", "adobe flash", "adobe flash player", "flash games", "the marinauts"); }
141141
}
142142

143-
@Ignore("Test broken, SSL problem")
143+
@Ignore("Test broken, instance doesn't exist anymore")
144144
public static class AgeRestricted extends PeertubeStreamExtractorTest {
145145
private static final String ID = "dbd8e5e1-c527-49b6-b70c-89101dbb9c08";
146146
private static final String INSTANCE = "https://nocensoring.net";

0 commit comments

Comments
 (0)