Re-Enable test as it's no longer broken

pull/1277/head
litetex 2025-02-11 21:17:46 +01:00
rodzic fa99003077
commit ee6bc846ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 525B43E6039B3689
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
package org.schabi.newpipe.extractor.services.peertube.search;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.schabi.newpipe.downloader.DownloaderTestImpl;
import org.schabi.newpipe.extractor.InfoItem;
@ -70,8 +69,7 @@ public class PeertubeSearchExtractorTest {
public static class PagingTest {
@Test
@Disabled("Exception in CI: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed")
public void duplicatedItemsCheck() throws Exception {
void duplicatedItemsCheck() throws Exception {
NewPipe.init(DownloaderTestImpl.getInstance());
final SearchExtractor extractor = PeerTube.getSearchExtractor("internet", singletonList(VIDEOS), "");
extractor.fetchPage();