Skip to content

Commit 7ec0672

Browse files
committed
pending flaky test if windows
1 parent 3791168 commit 7ec0672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

io/src/test/scala/sbt/internal/io/SourceModificationWatchSpec.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ private[sbt] trait EventMonitorSpec { self: AnyFlatSpec & Matchers =>
191191

192192
it should "ignore deletion of files not included in inclusion filter" in IO
193193
.withTemporaryDirectory { dir =>
194+
if (scala.util.Properties.isWin) {
195+
pending // TODO
196+
}
194197
val parentDir = dir / "src" / "watchme"
195198
val file = parentDir / "inme"
196199
IO.write(file, "foo")

0 commit comments

Comments
 (0)