Skip to content

Commit ee6bc84

Browse files
committed
Re-Enable test as it's no longer broken
1 parent fa99003 commit ee6bc84

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/search/PeertubeSearchExtractorTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.schabi.newpipe.extractor.services.peertube.search;
22

33
import org.junit.jupiter.api.BeforeAll;
4-
import org.junit.jupiter.api.Disabled;
54
import org.junit.jupiter.api.Test;
65
import org.schabi.newpipe.downloader.DownloaderTestImpl;
76
import org.schabi.newpipe.extractor.InfoItem;
@@ -70,8 +69,7 @@ public static void setUp() throws Exception {
7069

7170
public static class PagingTest {
7271
@Test
73-
@Disabled("Exception in CI: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed")
74-
public void duplicatedItemsCheck() throws Exception {
72+
void duplicatedItemsCheck() throws Exception {
7573
NewPipe.init(DownloaderTestImpl.getInstance());
7674
final SearchExtractor extractor = PeerTube.getSearchExtractor("internet", singletonList(VIDEOS), "");
7775
extractor.fetchPage();

0 commit comments

Comments
 (0)