Skip to content

Commit e3c355b

Browse files
committed
Tag native packager tests as flaky
1 parent 1ee3de8 commit e3c355b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/integration/src/test/scala/scala/cli/integration/NativePackagerTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ class NativePackagerTests extends ScalaCliSuite {
430430
}
431431

432432
if (Properties.isLinux)
433-
test("building docker image with scala native app") {
433+
// FIXME this got flaky on the CI again
434+
test("building docker image with scala native app".flaky) {
434435
TestUtil.retryOnCi() {
435436
runNativeTest()
436437
}

0 commit comments

Comments
 (0)