Skip to content

Commit 114c131

Browse files
committed
fix(core): test domain self-signed.badssl.com not reachable ATM
1 parent fb5e0a8 commit 114c131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/test/java/io/kestra/plugin/core/http/RequestTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import io.kestra.core.junit.annotations.KestraTest;
1919
import jakarta.inject.Inject;
2020
import org.apache.commons.io.IOUtils;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223
import org.junitpioneer.jupiter.RetryingTest;
2324
import org.reactivestreams.Publisher;
@@ -108,6 +109,7 @@ void failed() throws Exception {
108109
}
109110
}
110111

112+
@Disabled("self-signed.badssl.com is not reachable ATM")
111113
@RetryingTest(5)
112114
void selfSigned() throws Exception {
113115
final String url = "https://self-signed.badssl.com/";

0 commit comments

Comments
 (0)