File tree 1 file changed +9
-9
lines changed
dd-smoke-tests/iast-util/src/testFixtures/groovy/datadog/smoketest
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ abstract class AbstractIastServerSmokeTest extends AbstractServerSmokeTest {
22
22
@Shared
23
23
private final JsonSlurper jsonSlurper = new JsonSlurper ()
24
24
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
+ // }
34
34
35
35
@Override
36
36
String logLevel () {
You can’t perform that action at this time.
0 commit comments