mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
Disable irrelevant test
This commit is contained in:
parent
271a4656da
commit
d746d1b288
@ -13,6 +13,7 @@ import static org.schabi.newpipe.extractor.services.youtube.linkHandler.YoutubeS
|
||||
import static java.util.Collections.singletonList;
|
||||
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.schabi.newpipe.downloader.DownloaderFactory;
|
||||
import org.schabi.newpipe.extractor.InfoItem;
|
||||
@ -380,6 +381,12 @@ public class YoutubeSearchExtractorTest {
|
||||
final List<InfoItem> items = extractor.getInitialPage().getItems();
|
||||
assertNotNull(((StreamInfoItem) items.get(0)).getShortDescription());
|
||||
}
|
||||
|
||||
@Disabled("Irrelevant - sometimes suggestions show up, sometimes not")
|
||||
@Override
|
||||
public void testSearchSuggestion() throws Exception {
|
||||
super.testSearchSuggestion();
|
||||
}
|
||||
}
|
||||
|
||||
public static class ShortFormContent extends DefaultSearchExtractorTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user