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

Commit 17362f1d authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Enable crashing fuzzer on infra

Test: m test_service_fuzzer_should_crash
Bug: 289438990
Change-Id: I3b1be2003c03d8ec43043ada67852d0cec922793
parent 1be55c49
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: false,
        fuzz_on_haiku_device: false,
        fuzz_on_haiku_host: true,
        fuzz_on_haiku_device: true,
    },
}