Skip to content

Commit

Permalink
Disable parallel test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
SrTobi committed Sep 30, 2024
1 parent c66ff3c commit 49d9b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import xerial.sbt.Sonatype.GitHubHosting

Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1))

// Some tests test global properties and fail when tests are run in parallel
Test / parallelExecution := false

lazy val commonSettings: Seq[Setting[?]] = Seq(
organization := "org.jetbrains",
licenses += ("MIT", url("https://opensource.org/licenses/MIT")),
Expand Down

0 comments on commit 49d9b6e

Please sign in to comment.