File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dd-smoke-tests/crashtracking/src/test/java/datadog/smoketest Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010import com .squareup .moshi .JsonAdapter ;
1111import com .squareup .moshi .Moshi ;
12+ import datadog .libs .ddprof .DdprofLibraryLoader ;
1213import datadog .trace .api .Platform ;
1314import java .io .File ;
1415import java .io .IOException ;
@@ -53,11 +54,10 @@ public class CrashtrackingSmokeTest {
5354 static void setupAll () {
5455 // Only Hotspot based implementation are supported
5556 assumeFalse (Platform .isJ9 ());
56- // // Currently, we require the ddprof java library for crash-tracking; bail out if not
57- // supported
58- // assumeTrue(
59- // DdprofLibraryLoader.jvmAccess().getReasonNotLoaded() == null,
60- // "JVM Access is not available");
57+ // Currently, we require the ddprof java library for crash-tracking; bail out if not supported
58+ assumeTrue (
59+ DdprofLibraryLoader .jvmAccess ().getReasonNotLoaded () == null ,
60+ "JVM Access is not available" );
6161 }
6262
6363 private Path tempDir ;
You can’t perform that action at this time.
0 commit comments