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 1ee3de8 + e3c355b commit 88a31cbCopy full SHA for 88a31cb
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 this got flaky on the CI again
434
+ test("building docker image with scala native app".flaky) {
435
TestUtil.retryOnCi() {
436
runNativeTest()
437
0 commit comments