Skip to content

Commit b6540f1

Browse files
Reverted not needed changes. (#9522)
1 parent 8af0a42 commit b6540f1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dd-java-agent/instrumentation/java-concurrent/java-concurrent-21/src/previewTest/groovy/StructuredConcurrencyTest.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ import static datadog.trace.agent.test.utils.TraceUtils.runnableUnderTrace
99
import static java.time.Instant.now
1010

1111
class StructuredConcurrencyTest extends InstrumentationSpecification {
12-
@Override
13-
boolean useStrictTraceWrites() {
14-
// TODO: Monitor in CI to validate fix effectiveness against freezes.
15-
return false
16-
}
17-
1812
/**
1913
* Tests the structured task scope with a single task.
2014
*/

dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,4 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
8989

9090
redisServer.stop()
9191
}
92-
93-
@Override
94-
boolean useStrictTraceWrites() {
95-
// TODO: Monitor in CI to validate fix effectiveness against freezes.
96-
return false
97-
}
9892
}

0 commit comments

Comments
 (0)