Re-Enable test as it's no longer broken

This commit is contained in:
litetex 2025-02-11 21:17:46 +01:00
parent fa99003077
commit ee6bc846ce
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689

View File

@ -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();