Skip to content

Commit 88a31cb

Browse files
authored
Merge pull request #3344 from Gedochao/maintenance/flaky-native-packager-tests
Tag native packager tests as flaky
2 parents 1ee3de8 + e3c355b commit 88a31cb

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)