File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
iast-util/src/testFixtures/groovy/datadog/smoketest
vertx-3.4/src/test/groovy/datadog/smoketest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ abstract class AbstractIastServerSmokeTest extends AbstractServerSmokeTest {
2626 def addCrashTracking () {
2727 // DQH - 2024 Nov
2828 // Disabled crash tracking in IAST tests for initial GA
29- // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
29+ // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
3030 // have trouble if this is changed.
3131
3232 return false
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class VertxSmokeTest extends AbstractServerSmokeTest {
1717 def addCrashTracking () {
1818 // DQH - 2024 Nov
1919 // Disabled crash tracking in IAST tests for initial GA
20- // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
20+ // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
2121 // have trouble if this is changed.
2222
2323 return false
You can’t perform that action at this time.
0 commit comments