| Index: infra/config/cq.cfg
|
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
|
| index 84498ecd6295e505508e188321004bc21d493a09..6e09498f82fd8847b1817653c9b522f397e7762b 100644
|
| --- a/infra/config/cq.cfg
|
| +++ b/infra/config/cq.cfg
|
| @@ -46,7 +46,8 @@ verifiers {
|
| builders { name: "linux_compile_dbg" }
|
| builders { name: "linux_gn_dbg" }
|
| builders { name: "linux_gn_rel" }
|
| - builders { name: "linux_libfuzzer_rel" }
|
| + # Disabled for now. See http://crbug.com/591955 for details.
|
| + #builders { name: "linux_libfuzzer_rel" }
|
| builders { name: "linux_msan" }
|
| builders { name: "linux_rel" }
|
| builders { name: "linux_tsan2" }
|
|
|