Skip to content

Commit a5c142e

Browse files
authored
Tag GitHubTests.create secret as flaky on all Mac tests (including M1) (#2677)
1 parent 4339484 commit a5c142e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ class GitHubTests extends ScalaCliSuite {
5252
}
5353
}
5454

55-
override def munitFlakyOK =
56-
TestUtil.isCI && TestUtil.isNativeCli && Properties.isMac && !TestUtil.isM1
55+
override def munitFlakyOK: Boolean = TestUtil.isCI && Properties.isMac
5756

5857
// currently having issues loading libsodium from the static launcher
5958
// that launcher is mainly meant to be used on CIs or from docker, missing

0 commit comments

Comments
 (0)