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.
2 parents 2f165bf + 7214672 commit 62b3ef7Copy full SHA for 62b3ef7
1 file changed
modules/integration/src/test/scala/scala/cli/integration/UpdateTests.scala
@@ -106,7 +106,7 @@ class UpdateTests extends ScalaCliSuite {
106
}
107
108
109
- if (!Properties.isWin && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
+ if (!Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
110
test("updating dummy scala-cli using update command") {
111
TestUtil.retryOnCi()(runUpdate())
112
0 commit comments