Skip to content

Commit 492349b

Browse files
committed
[YouTube] Enable YoutubePlaylistExtractorTest.ShortsUI.testMoreRelatedItems
As continuations are now again available for playlists with Shorts UI, more items' tests can be enabled.
1 parent 9d76862 commit 492349b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ public void testRelatedItems() throws Exception {
452452
defaultTestRelatedItems(extractor);
453453
}
454454

455-
// TODO: enable test when continuations are available
456-
@Disabled("Shorts UI doesn't return any continuation, even if when there are more than 100 "
457-
+ "items: this is a bug on YouTube's side, which is not related to the requirement "
458-
+ "of a valid visitorData like it is for Shorts channel tab")
459455
@Test
460456
@Override
461457
public void testMoreRelatedItems() throws Exception {

0 commit comments

Comments
 (0)