Skip to content

Commit e4985fc

Browse files
committed
Temporarily disable parallel backend tests due to frequent timeouts
1 parent 69cc6b1 commit e4985fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package dotc
44

55
import scala.language.unsafeNulls
66

7-
import org.junit.{ Test, BeforeClass, AfterClass }
7+
import org.junit.{ Test, BeforeClass, AfterClass, Ignore }
88
import org.junit.Assert._
99
import org.junit.Assume._
1010
import org.junit.experimental.categories.Category
@@ -250,6 +250,7 @@ class CompilationTests {
250250
}
251251

252252
// parallel backend tests
253+
@Ignore("Temporarily disabled due to frequent timeouts")
253254
@Test def parallelBackend: Unit = {
254255
given TestGroup = TestGroup("parallelBackend")
255256
val parallelism = Runtime.getRuntime().availableProcessors().min(16)

0 commit comments

Comments
 (0)