Skip to content

Commit 7fdfb44

Browse files
committed
exclude blocking from worker
1 parent 54f8275 commit 7fdfb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/vertx-web-4.0/src/test/groovy/server/VertxHttpServerForkedTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ class VertxHttpServerWorkerForkedTest extends VertxHttpServerForkedTest {
190190
//FIXME: ASM
191191
// on the worker the requests are dispatched through a queue.
192192
// Despite the blocking works, we fails recording that blocking exception
193-
!isVertxLatest4x
193+
false
194194
}
195195
}

0 commit comments

Comments
 (0)