Skip to content

Commit

Permalink
Temporarily disable parallel backend tests due to frequent timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 18, 2023
1 parent 69cc6b1 commit e4985fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package dotc

import scala.language.unsafeNulls

import org.junit.{ Test, BeforeClass, AfterClass }
import org.junit.{ Test, BeforeClass, AfterClass, Ignore }
import org.junit.Assert._
import org.junit.Assume._
import org.junit.experimental.categories.Category
Expand Down Expand Up @@ -250,6 +250,7 @@ class CompilationTests {
}

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

0 comments on commit e4985fc

Please sign in to comment.