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 8c13bf6 commit c54e920Copy full SHA for c54e920
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