Skip to content

Commit

Permalink
JcToolsSecurityManagerTest interferes with JcToolsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rrva committed Nov 2, 2022
1 parent 284c99b commit 970b370
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/trace-shaded-deps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ tasks {
into("build/extracted/shadow")
}
}

tasks.withType<Test>().configureEach {
// JcToolsSecurityManagerTest interferes with JcToolsTest
setForkEvery(1)
}

0 comments on commit 970b370

Please sign in to comment.