Skip to content

Commit 218da8c

Browse files
committed
Disable runWithCompiler tests on Windows
1 parent 19c6657 commit 218da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
129129
)
130130
}.checkRuns()
131131

132-
@Test def runWithCompiler: Unit = {
132+
@Test def runWithCompiler: Unit = if (!scala.util.Properties.isWin) {
133133
implicit val testGroup: TestGroup = TestGroup("runWithCompiler")
134134
aggregateTests(
135135
compileFilesInDir("tests/run-with-compiler", withCompilerOptions),

0 commit comments

Comments
 (0)