Skip to content

Commit b2bca7a

Browse files
committed
address review comment
1 parent 74499e3 commit b2bca7a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v2_0/ResteasyJettyHttpServerTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,4 @@ protected void configure(HttpServerTestOptions options) {
2121

2222
options.setResponseCodeOnNonStandardHttpMethod(500);
2323
}
24-
25-
// resteasy 3.0.x does not support JAX-RS 2.1
26-
@Override
27-
protected boolean shouldTestCompletableStageAsync() {
28-
return false;
29-
}
3024
}

instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-resteasy-6.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v3_0/ResteasyJettyHttpServerTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,4 @@ protected void configure(HttpServerTestOptions options) {
2121

2222
options.setResponseCodeOnNonStandardHttpMethod(500);
2323
}
24-
25-
// resteasy 3.0.x does not support JAX-RS 2.1
26-
@Override
27-
protected boolean shouldTestCompletableStageAsync() {
28-
return false;
29-
}
3024
}

0 commit comments

Comments
 (0)