Skip to content

Commit

Permalink
Tag failing native packager tests as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Nov 12, 2024
1 parent 8c13bf6 commit c54e920
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ class NativePackagerTests extends ScalaCliSuite {
}

if (Properties.isLinux)
test("building docker image with scala native app") {
// FIXME make this test pass consistently on the CI again
test("building docker image with scala native app".flaky) {
TestUtil.retryOnCi() {
runNativeTest()
}
Expand Down

0 comments on commit c54e920

Please sign in to comment.