We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3791168 + 7ec0672 commit 89abbebCopy full SHA for 89abbeb
io/src/test/scala/sbt/internal/io/SourceModificationWatchSpec.scala
@@ -191,6 +191,9 @@ private[sbt] trait EventMonitorSpec { self: AnyFlatSpec & Matchers =>
191
192
it should "ignore deletion of files not included in inclusion filter" in IO
193
.withTemporaryDirectory { dir =>
194
+ if (scala.util.Properties.isWin) {
195
+ pending // TODO
196
+ }
197
val parentDir = dir / "src" / "watchme"
198
val file = parentDir / "inme"
199
IO.write(file, "foo")
0 commit comments