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.
1 parent 1ee3de8 commit e3c355bCopy full SHA for e3c355b
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