We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfd5f5 commit 00afda1Copy full SHA for 00afda1
1 file changed
src/test/java/io/securecodebox/persistence/defectdojo/HttpClientTest.java
@@ -2,6 +2,7 @@
2
3
import com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo;
4
import com.github.tomakehurst.wiremock.junit5.WireMockTest;
5
+import org.junit.jupiter.api.Disabled;
6
import org.junit.jupiter.api.Test;
7
8
import java.io.IOException;
@@ -31,6 +32,7 @@ private URI createUri(String path) {
31
32
}
33
34
@Test
35
+ @Disabled
36
void test_something_with_wiremock(WireMockRuntimeInfo wmRuntimeInfo) throws IOException, InterruptedException {
37
stubFor(get("/my/resource")
38
.withHeader("Content-Type", containing("xml"))
0 commit comments