Skip to content

Commit bcc5b33

Browse files
committed
Temporarily disable flaky static docker images' tests
1 parent 0386d67 commit bcc5b33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ abstract class RunTestDefinitions
389389
}
390390

391391
if (Properties.isLinux && TestUtil.isNativeCli)
392-
test("no JVM installed") {
392+
// TODO: restore this test once it gets reliable again
393+
test("no JVM installed".ignore) {
393394
val fileName = "simple.sc"
394395
val message = "Hello"
395396
val inputs = TestInputs(

modules/integration/src/test/scala/scala/cli/integration/RunTestsDefault.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class RunTestsDefault extends RunTestDefinitions
4848
}
4949

5050
if (Properties.isLinux && TestUtil.isNativeCli)
51-
test("arch linux") {
51+
// TODO: restore this test once it gets reliable again
52+
test("arch linux".ignore) {
5253
archLinuxTest()
5354
}
5455

0 commit comments

Comments
 (0)