Skip to content

Commit c9b42c2

Browse files
committed
NIT link --watch tests to issue VirtusLab#2517
1 parent 5622ba7 commit c9b42c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ trait RunWithWatchTestDefinitions { _: RunTestDefinitions =>
9595
"JS" -> Seq("--js"),
9696
"Native" -> Seq("--native")
9797
)
98-
if !Properties.isMac || !TestUtil.isCI // TODO make this pass reliably on Mac CI
98+
// TODO make this pass reliably on Mac CI https://github.com/VirtusLab/scala-cli/issues/2517
99+
if !Properties.isMac || !TestUtil.isCI
99100
}
100101
test(s"--watch --test ($platformDescription)") {
101102
TestUtil.retryOnCi() {

0 commit comments

Comments
 (0)