We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77bf72 commit e3beb58Copy full SHA for e3beb58
dd-smoke-tests/vertx-3.4/src/test/groovy/datadog/smoketest/VertxSmokeTest.groovy
@@ -13,16 +13,6 @@ class VertxSmokeTest extends AbstractServerSmokeTest {
13
@Shared
14
int totalInvocations = 1000
15
16
- @Override
17
- def testCrashTracking() {
18
- // DQH - 2024 Nov
19
- // Disabled crash tracking in IAST tests for initial GA
20
- // NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
21
- // have trouble if this is changed.
22
-
23
- return false
24
- }
25
26
@Override
27
ProcessBuilder createProcessBuilder() {
28
String vertxUberJar = System.getProperty("datadog.smoketest.vertx.uberJar.path")
0 commit comments