Temp Commit: Ignore Test (Remove this before merge)

This commit is contained in:
Mauricio Colli 2019-10-06 16:40:08 -03:00
parent 41b51adceb
commit 6ca4c8986a
No known key found for this signature in database
GPG Key ID: F200BFD6F29DDD85
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package org.schabi.newpipe.extractor.services.youtube.search;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.schabi.newpipe.DownloaderTestImpl;
import org.schabi.newpipe.extractor.NewPipe;
@ -26,6 +27,7 @@ public class YoutubeSearchCountTest {
itemsPage = extractor.getInitialPage();
}
@Ignore("The subscriber count was removed from the old interface that NewPipe fetches the content from, ignoring it for now.")
@Test
public void testViewCount() {
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);