Skip to content

Commit

Permalink
tests: Mark StressTest as exclusive-if-local
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Oct 11, 2023
1 parent f90c39d commit dacfe3f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ java_junit5_test(
"-Djunit.jupiter.execution.parallel.config.strategy=fixed",
"-Djunit.jupiter.execution.parallel.config.fixed.parallelism=" + str(TEST_PARALLELISM),
],
tags = ["cpu:" + str(TEST_PARALLELISM)],
tags = [
"cpu:" + str(TEST_PARALLELISM),
"exclusive-if-local",
],
deps = [
"//src/main/java/com/code_intelligence/jazzer/api",
"//src/main/java/com/code_intelligence/jazzer/driver:fuzzed_data_provider_impl",
Expand Down

0 comments on commit dacfe3f

Please sign in to comment.