aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2023-01-23 20:31:01 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2023-01-24 09:55:15 +0100
commitd2c74b5206bc210bffe2e4c9cd2b8f5e8052ba69 (patch)
tree10608d28c8e0e05e7415610047fa3bc04839041e /examples
parentc95027589abbc5c8795844345784b59d9e27dc87 (diff)
downloadjazzer-api-d2c74b5206bc210bffe2e4c9cd2b8f5e8052ba69.tar.gz
ci: Run memory-hungry tests in isolation
These tests reproducibly fail on Windows due to high memory usage.
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel
index cc7e8a44..10011ee2 100644
--- a/examples/BUILD.bazel
+++ b/examples/BUILD.bazel
@@ -188,6 +188,7 @@ java_fuzz_target_test(
fuzzer_args = [
"-fork=2",
],
+ tags = ["exclusive-if-local"],
target_class = "com.example.JpegImageParserFuzzer",
# The exit codes of the forked libFuzzer processes are not picked up correctly.
target_compatible_with = SKIP_ON_MACOS,