Skip to content

Commit 00afda1

Browse files
committed
Disable example test
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 9dfd5f5 commit 00afda1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/securecodebox/persistence/defectdojo/HttpClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo;
44
import com.github.tomakehurst.wiremock.junit5.WireMockTest;
5+
import org.junit.jupiter.api.Disabled;
56
import org.junit.jupiter.api.Test;
67

78
import java.io.IOException;
@@ -31,6 +32,7 @@ private URI createUri(String path) {
3132
}
3233

3334
@Test
35+
@Disabled
3436
void test_something_with_wiremock(WireMockRuntimeInfo wmRuntimeInfo) throws IOException, InterruptedException {
3537
stubFor(get("/my/resource")
3638
.withHeader("Content-Type", containing("xml"))

0 commit comments

Comments
 (0)