Skip to content

Commit bec83bd

Browse files
committed
Fix #5021: Remove duplicate test
These tests may be run in parallel in the same group, and compile the same files at the same time which caused non deterministic issues.
1 parent 13487ca commit bec83bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
4343
compileDir("compiler/src/dotty/tools/dotc/reporting", withCompilerOptions) +
4444
compileDir("compiler/src/dotty/tools/dotc/typer", withCompilerOptions) +
4545
compileDir("compiler/src/dotty/tools/dotc/util", withCompilerOptions) +
46-
compileDir("compiler/src/dotty/tools/io", withCompilerOptions) +
47-
compileDir("compiler/src/dotty/tools/dotc/core", withCompilerOptions)
46+
compileDir("compiler/src/dotty/tools/io", withCompilerOptions)
4847
}.checkCompile()
4948

5049
@Test def posTwiceWithCompiler: Unit = {

0 commit comments

Comments
 (0)