[YouTube] Enable YoutubePlaylistExtractorTest.ShortsUI.testMoreRelatedItems

As continuations are now again available for playlists with Shorts UI, more
items' tests can be enabled.
pull/1104/head
AudricV 2025-04-18 15:29:20 +02:00 zatwierdzone przez Stypox
rodzic 9415e1bbef
commit 88efec6e4d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4BDF1B40A49FDD23
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -481,17 +481,12 @@ public class YoutubePlaylistExtractorTest {
extractor.getOriginalUrl());
}
@Disabled("Known problem, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273")
@Test
@Override
public void testRelatedItems() throws Exception {
defaultTestRelatedItems(extractor);
}
// TODO: enable test when continuations are available
@Disabled("Shorts UI doesn't return any continuation, even if when there are more than 100 "
+ "items: this is a bug on YouTube's side, which is not related to the requirement "
+ "of a valid visitorData like it is for Shorts channel tab")
@Test
@Override
public void testMoreRelatedItems() throws Exception {