Skip to content

Commit 62b3ef7

Browse files
authored
Merge pull request #4114 from tgodzik/disable-test-macos
chore: Disable test failing on MacOS
2 parents 2f165bf + 7214672 commit 62b3ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class UpdateTests extends ScalaCliSuite {
106106
}
107107
}
108108

109-
if (!Properties.isWin && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
109+
if (!Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
110110
test("updating dummy scala-cli using update command") {
111111
TestUtil.retryOnCi()(runUpdate())
112112
}

0 commit comments

Comments
 (0)