Skip to content

Commit 5330811

Browse files
kevinfwlpull[bot]
authored andcommitted
fix require statement
1 parent a93dffd commit 5330811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/springboot-openliberty/src/test/groovy/datadog/smoketest/SpringBootOpenLibertySnapshotTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import okhttp3.Response
55
import spock.lang.Requires
66
import spock.lang.Shared
77

8-
@Requires({ !System.getProperty("").contains("IBM J9 VM") && System.getenv("CI") != "true" })
8+
@Requires({ !System.getProperty("java.vm.name").contains("IBM J9 VM") && System.getenv("CI") != "true" })
99
class SpringBootOpenLibertySnapshotTest extends AbstractTestAgentSmokeTest {
1010

1111
@Shared

0 commit comments

Comments
 (0)