Skip to content

Commit ab90b23

Browse files
Another attempt.
1 parent 7518114 commit ab90b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class StructuredConcurrencyTest extends AgentTestRunner {
210210
}
211211

212212
void start() {
213-
new File(outputDir, "${System.currentTimeMillis()}-start-mark.txt") << testName
213+
// new File(outputDir, "${System.currentTimeMillis()}-start-mark.txt") << testName
214214

215215
task = scheduler.scheduleAtFixedRate({
216216
heapDump("test")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
125125
}
126126

127127
void start() {
128-
new File(outputDir, "${System.currentTimeMillis()}-start-mark.txt") << testName
128+
// new File(outputDir, "${System.currentTimeMillis()}-start-mark.txt") << testName
129129

130130
task = scheduler.scheduleAtFixedRate({
131131
heapDump("test")

0 commit comments

Comments
 (0)