We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--watch
1 parent 5622ba7 commit c9b42c2Copy full SHA for c9b42c2
modules/integration/src/test/scala/scala/cli/integration/RunWithWatchTestDefinitions.scala
@@ -95,7 +95,8 @@ trait RunWithWatchTestDefinitions { _: RunTestDefinitions =>
95
"JS" -> Seq("--js"),
96
"Native" -> Seq("--native")
97
)
98
- if !Properties.isMac || !TestUtil.isCI // TODO make this pass reliably on Mac CI
+ // TODO make this pass reliably on Mac CI https://github.com/VirtusLab/scala-cli/issues/2517
99
+ if !Properties.isMac || !TestUtil.isCI
100
}
101
test(s"--watch --test ($platformDescription)") {
102
TestUtil.retryOnCi() {
0 commit comments