File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments