Skip to content

Commit 6568540

Browse files
committed
Disable semanticdb tests on Windows
1 parent a2ad5be commit 6568540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/semanticdb/SemanticdbTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SemanticdbTests:
3636
val metacExpectFile = rootSrc.resolve("metac.expect")
3737

3838
@Category(Array(classOf[dotty.SlowTests]))
39-
@Test def expectTests: Unit = runExpectTest(updateExpectFiles = false)
39+
@Test def expectTests: Unit = if (!scala.util.Properties.isWin) runExpectTest(updateExpectFiles = false)
4040

4141
def runExpectTest(updateExpectFiles: Boolean): Unit =
4242
val target = generateSemanticdb()

0 commit comments

Comments
 (0)