Skip to content

Commit

Permalink
Try requireParallelTesting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tryangul committed Nov 20, 2024
1 parent 4bf854e commit 78eda0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cdk/bulk/core/load/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks.named('check').configure {
}

test {
systemProperties(["mockk.junit.extension.keepmocks":"true"])
systemProperties(["mockk.junit.extension.requireParallelTesting":"true"])
}

configurations {
Expand Down

0 comments on commit 78eda0f

Please sign in to comment.