commit | f12ede5a0eb14da306baa8f265a34490f531a240 | [log] [tgz] |
---|---|---|
author | Pawan Wagh <waghpawan@google.com> | Mon Aug 14 17:40:06 2023 +0000 |
committer | Pawan Wagh <waghpawan@google.com> | Mon Aug 14 17:40:56 2023 +0000 |
tree | ea6bd9ef5212926b9c98f5f3d6a1de655367997f | |
parent | 7ecae40568a745b4a331e04ea4532e78979044ef [diff] |
Disable crashing fuzzer on infra This reverts commit 7ecae40568a745b4a331e04ea4532e78979044ef. Reason for revert: Disabling crashing fuzzer on infra. Waiting for b/295181193 Change-Id: I056aacfea5450b85f40be9f9a02484758013a3e2
diff --git a/libs/binder/tests/parcel_fuzzer/test_fuzzer/Android.bp b/libs/binder/tests/parcel_fuzzer/test_fuzzer/Android.bp index 96092b1..690c39a 100644 --- a/libs/binder/tests/parcel_fuzzer/test_fuzzer/Android.bp +++ b/libs/binder/tests/parcel_fuzzer/test_fuzzer/Android.bp
@@ -36,8 +36,8 @@ triage_assignee: "waghpawan@google.com", // This fuzzer should be used only test fuzzService locally - fuzz_on_haiku_host: true, - fuzz_on_haiku_device: true, + fuzz_on_haiku_host: false, + fuzz_on_haiku_device: false, }, }