Skip to content

Commit cde5385

Browse files
committed
disable jdk11 gates for now
1 parent f0b8f5c commit cde5385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ local builder = import 'ci_common/builder.libsonnet';
3030
builder.testGate(type="unittest-jython", platform="linux"),
3131

3232
// JDK11
33-
builder.testGate11(type="unittest", platform="linux"),
34-
builder.testGate11(type="svm-unittest", platform="linux"),
33+
// builder.testGate11(type="unittest", platform="linux"),
34+
// builder.testGate11(type="svm-unittest", platform="linux"),
3535

3636
// junit
3737
builder.testGate(type="junit", platform="linux"),

0 commit comments

Comments
 (0)