Skip to content

Commit 22d5ce9

Browse files
committed
Exclude TRegex unit tests from LibGraal gate
1 parent 060b415 commit 22d5ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
374374
JVMCI_VERSION_CHECK: "ignore",
375375

376376
# The Truffle TCK tests run as a part of the Truffle TCK gate in the graal repo
377-
TEST_LIBGRAAL_EXCLUDE: "com.oracle.truffle.tck.tests.* com.oracle.truffle.tools.* " +
377+
TEST_LIBGRAAL_EXCLUDE: "com.oracle.truffle.tck.tests.* com.oracle.truffle.tools.* com.oracle.truffle.regex.* " +
378378

379379
# Skip the longest running Truffle tests
380380
std.join(" ", truffle_long_running)

0 commit comments

Comments
 (0)