Skip to content

Commit

Permalink
feat: Include Vert.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Nov 28, 2024
1 parent 634c68a commit 10f32e7
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ class VertxSmokeTest extends AbstractServerSmokeTest {
@Shared
int totalInvocations = 1000

@Override
def testCrashTracking() {
// DQH - 2024 Nov
// Disabled crash tracking in IAST tests for initial GA
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
// have trouble if this is changed.

return false
}

@Override
ProcessBuilder createProcessBuilder() {
String vertxUberJar = System.getProperty("datadog.smoketest.vertx.uberJar.path")
Expand Down

0 comments on commit 10f32e7

Please sign in to comment.