Skip to content

Commit 2999fe6

Browse files
committed
WIP: enable crash tracking for IAST
1 parent e3beb58 commit 2999fe6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dd-smoke-tests/iast-util/src/testFixtures/groovy/datadog/smoketest/AbstractIastServerSmokeTest.groovy

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ abstract class AbstractIastServerSmokeTest extends AbstractServerSmokeTest {
2222
@Shared
2323
private final JsonSlurper jsonSlurper = new JsonSlurper()
2424

25-
@Override
26-
def testCrashTracking() {
27-
// DQH - 2024 Nov
28-
// Disabled crash tracking in IAST tests for initial GA
29-
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
30-
// have trouble if this is changed.
31-
32-
return false
33-
}
25+
// @Override
26+
// def testCrashTracking() {
27+
// // DQH - 2024 Nov
28+
// // Disabled crash tracking in IAST tests for initial GA
29+
// // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
30+
// // have trouble if this is changed.
31+
//
32+
// return false
33+
// }
3434

3535
@Override
3636
String logLevel() {

0 commit comments

Comments
 (0)