We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GitHubTests.create secret
1 parent 4339484 commit a5c142eCopy full SHA for a5c142e
modules/integration/src/test/scala/scala/cli/integration/GitHubTests.scala
@@ -52,8 +52,7 @@ class GitHubTests extends ScalaCliSuite {
52
}
53
54
55
- override def munitFlakyOK =
56
- TestUtil.isCI && TestUtil.isNativeCli && Properties.isMac && !TestUtil.isM1
+ override def munitFlakyOK: Boolean = TestUtil.isCI && Properties.isMac
57
58
// currently having issues loading libsodium from the static launcher
59
// that launcher is mainly meant to be used on CIs or from docker, missing
0 commit comments