Skip to content

Commit 53962bf

Browse files
committed
Disabled suggestion test for now
Has to be done once YT's backed works again...
1 parent 66dc5e8 commit 53962bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeMusicSearchExtractorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public static void setUp() throws Exception {
130130
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.CHANNEL; }
131131
}
132132

133+
@Disabled("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
133134
public static class Suggestion extends DefaultSearchExtractorTest {
134135
private static SearchExtractor extractor;
135136
private static final String QUERY = "megaman x3";

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeSearchExtractorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.schabi.newpipe.extractor.services.youtube.search;
22

33
import org.junit.jupiter.api.BeforeAll;
4+
import org.junit.jupiter.api.Disabled;
45
import org.junit.jupiter.api.Test;
56
import org.schabi.newpipe.downloader.DownloaderFactory;
67
import org.schabi.newpipe.extractor.*;
@@ -131,6 +132,7 @@ public static void setUp() throws Exception {
131132
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.STREAM; }
132133
}
133134

135+
@Disabled("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
134136
public static class Suggestion extends DefaultSearchExtractorTest {
135137
private static SearchExtractor extractor;
136138
private static final String QUERY = "newpip";

0 commit comments

Comments
 (0)