Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import static datadog.trace.agent.test.utils.TraceUtils.runnableUnderTrace
import static java.time.Instant.now

class StructuredConcurrencyTest extends InstrumentationSpecification {
@Override
boolean useStrictTraceWrites() {
// TODO: Monitor in CI to validate fix effectiveness against freezes.
return false
}

/**
* Tests the structured task scope with a single task.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,4 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {

redisServer.stop()
}

@Override
boolean useStrictTraceWrites() {
// TODO: Monitor in CI to validate fix effectiveness against freezes.
return false
}
}