We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f2e5c commit d71a42dCopy full SHA for d71a42d
1 file changed
src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java
@@ -1,6 +1,7 @@
1
package org.schabi.newpipe.extractor.services.youtube;
2
3
import org.junit.BeforeClass;
4
+import org.junit.Ignore;
5
import org.junit.Test;
6
import org.junit.experimental.runners.Enclosed;
7
import org.junit.runner.RunWith;
@@ -89,6 +90,7 @@ public void testThumbnailUrl() throws Exception {
89
90
assertTrue(thumbnailUrl, thumbnailUrl.contains("yt"));
91
}
92
93
+ @Ignore
94
@Test
95
public void testBannerUrl() throws Exception {
96
final String bannerUrl = extractor.getBannerUrl();
@@ -200,6 +202,7 @@ public void testThumbnailUrl() throws Exception {
200
202
201
203
204
205
206
207
208
0 commit comments