Skip to content

Commit b30e341

Browse files
committed
Add link to learn more about the issue which makes YoutubeStreamExtractorRelatedMixTest.testRelatedItems test disabled
1 parent 70812fa commit b30e341

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/stream/YoutubeStreamExtractorRelatedMixTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static void setUp() throws Exception {
8484
// @formatter:on
8585

8686
@Test
87-
@Disabled("Mixes are not available in related items anymore")
87+
@Disabled("Mixes are not available in related items anymore, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/820")
8888
@Override
8989
public void testRelatedItems() throws Exception {
9090
super.testRelatedItems();

0 commit comments

Comments
 (0)