diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 3b665578fb..8ec3fe15fe 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -49,7 +49,8 @@ verifiers { builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_libfuzzer_rel" } - builders { name: "linux_memcheck" } + # TODO(bugs.webrtc.org/8356): Investigate fixing and re-enabling. + #builders { name: "linux_memcheck" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }