Skip to content

Commit 29408f9

Browse files
committed
YoutubeMusicSearchExtractorTest$Suggestion has no mock data
1 parent fcee247 commit 29408f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

134-
@MockOnly("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
134+
@Disabled("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
135135
public static class Suggestion extends DefaultSearchExtractorTest {
136136
private static SearchExtractor extractor;
137137
private static final String QUERY = "megaman x3";

0 commit comments

Comments
 (0)