Skip to content

Commit

Permalink
fix java test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Sep 13, 2024
1 parent 04ff7b0 commit 926d3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ lazy val root = (project in file("."))
CodeVerificationTests / testOptions += Tests.Filter(isCodeVerification),
inConfig(JavaAPITests)(Defaults.testTasks),
JavaAPITests / testOptions += Tests.Filter(isJavaAPITests),
JavaAPITests / parallelExecution := false,
inConfig(OtherTests)(Defaults.testTasks),
OtherTests / testOptions += Tests.Filter(isRemainingTest),
inConfig(NonparallelTests)(Defaults.testTasks),
Expand Down Expand Up @@ -117,8 +118,7 @@ lazy val CodeVerificationTests = config("CodeVerificationTests") extend Test

lazy val nonParallelTestsList = Seq(
"OpenTelemetry",
"AsyncJob",
"Session"
"AsyncJob"
)
// Tests can't be parallely processed
def isNonparallelTests(name: String): Boolean = {
Expand Down

0 comments on commit 926d3e2

Please sign in to comment.