From ef5380e42718aaef9c8e8eef90f3ca9b4effa1e5 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Mon, 7 Dec 2020 12:08:49 -0800 Subject: [PATCH] Disable influxdb https://github.com/google/oss-fuzz/pull/4564 --- projects/influxdb/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/influxdb/project.yaml b/projects/influxdb/project.yaml index 56066ed38..22b2f9a21 100644 --- a/projects/influxdb/project.yaml +++ b/projects/influxdb/project.yaml @@ -7,4 +7,5 @@ auto_ccs: fuzzing_engines: - libfuzzer sanitizers: - - address \ No newline at end of file + - address +disabled: true