We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5e0a8 commit 114c131Copy full SHA for 114c131
core/src/test/java/io/kestra/plugin/core/http/RequestTest.java
@@ -18,6 +18,7 @@
18
import io.kestra.core.junit.annotations.KestraTest;
19
import jakarta.inject.Inject;
20
import org.apache.commons.io.IOUtils;
21
+import org.junit.jupiter.api.Disabled;
22
import org.junit.jupiter.api.Test;
23
import org.junitpioneer.jupiter.RetryingTest;
24
import org.reactivestreams.Publisher;
@@ -108,6 +109,7 @@ void failed() throws Exception {
108
109
}
110
111
112
+ @Disabled("self-signed.badssl.com is not reachable ATM")
113
@RetryingTest(5)
114
void selfSigned() throws Exception {
115
final String url = "https://self-signed.badssl.com/";
0 commit comments