We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0d5222 + bcc3847 commit 733e306Copy full SHA for 733e306
1 file changed
dd-java-agent/instrumentation/vertx-redis-client-3.9/src/test/groovy/VertxRedisAPITestBase.groovy
@@ -1,3 +1,5 @@
1
+import datadog.trace.test.util.Flaky
2
+
3
import static datadog.trace.agent.test.utils.TraceUtils.basicSpan
4
5
import io.vertx.core.AsyncResult
@@ -98,6 +100,7 @@ abstract class VertxRedisAPITestBase extends VertxRedisTestBase {
98
100
}
99
101
102
103
+ @Flaky("https://github.com/DataDog/dd-trace-java/issues/6910")
104
def "linsert (5 args)"() {
105
when:
106
def rpush = runWithParentAndHandler({ Handler<AsyncResult<Response>> h ->
0 commit comments