Skip to content

Commit 4c02779

Browse files
committed
http pipeline
1 parent 7de6be0 commit 4c02779

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

instrumentation/java-http-server/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/httpserver/JdkHttpServerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ protected void configure(HttpServerTestOptions options) {
2121
super.configure(options);
2222
// library instrumentation does not create a span at all
2323
options.disableTestNonStandardHttpMethod();
24+
options.setTestHttpPipelining(false);
2425
}
2526
}

instrumentation/java-http-server/library/src/test/java/io/opentelemetry/instrumentation/httpserver/JdkHttpServerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ protected void configure(HttpServerTestOptions options) {
3434
super.configure(options);
3535
// library instrumentation does not create a span at all
3636
options.disableTestNonStandardHttpMethod();
37+
options.setTestHttpPipelining(false);
3738
}
3839
}

0 commit comments

Comments
 (0)