We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa01a9 commit f431e84Copy full SHA for f431e84
dd-java-agent/instrumentation/java/java-lang/java-lang-21.0/src/test/groovy/VirtualThreadApiTest.groovy
@@ -1,8 +1,10 @@
1
import datadog.trace.agent.test.InstrumentationSpecification
2
import datadog.trace.api.Trace
3
import datadog.trace.core.DDSpan
4
+import datadog.trace.test.util.Flaky
5
6
// Note: test builder x2 + test factory can be refactored but are kept simple to ease with debugging.
7
+@Flaky("class loader deadlock on virtual thread clean up while Groovy do dynamic code generation - APMLP-782")
8
class VirtualThreadApiTest extends InstrumentationSpecification {
9
def "test Thread.Builder.OfVirtual - start()"() {
10
setup:
0 commit comments