Skip to content

Commit

Permalink
Merge pull request #3270 from Gedochao/maintenance/tag-native-package…
Browse files Browse the repository at this point in the history
…r-tests

Tag failing native packager tests as flaky
  • Loading branch information
Gedochao authored Nov 13, 2024
2 parents 8c13bf6 + c54e920 commit e19d3fe
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 e19d3fe

Please sign in to comment.