We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c13bf6 + c54e920 commit e19d3feCopy full SHA for e19d3fe
modules/integration/src/test/scala/scala/cli/integration/NativePackagerTests.scala
@@ -430,7 +430,8 @@ class NativePackagerTests extends ScalaCliSuite {
430
}
431
432
if (Properties.isLinux)
433
- test("building docker image with scala native app") {
+ // FIXME make this test pass consistently on the CI again
434
+ test("building docker image with scala native app".flaky) {
435
TestUtil.retryOnCi() {
436
runNativeTest()
437
0 commit comments