Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f12ede5a authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Disable crashing fuzzer on infra

This reverts commit 7ecae405.

Reason for revert: Disabling crashing fuzzer on infra. Waiting for  b/295181193

Change-Id: I056aacfea5450b85f40be9f9a02484758013a3e2
parent 7ecae405
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ cc_fuzz {
        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,
    },
}