Skip to content

Commit

Permalink
Ignore test temporarily due to changes on the old YouTube interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciocolli committed Oct 6, 2019
1 parent 1256849 commit 7a0bd92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -26,6 +27,7 @@ public static void setUpClass() throws Exception {
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);
Expand Down

0 comments on commit 7a0bd92

Please sign in to comment.