summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2019-05-21 17:03:39 +0800
committerJohn L Chen <zuan@chromium.org>2019-05-21 09:16:02 +0000
commit7ee4215a9fde670b6eadba6ba3e9dad90d2c59f6 (patch)
tree710934f221fbbd94af2ba3e0d1f37e9b5359f48e
parent2fa7472da15a402ba8649344016ab5351cb768e7 (diff)
downloadchrome-ec-7ee4215a9fde670b6eadba6ba3e9dad90d2c59f6.tar.gz
Makefiles.rules: Do not attempt to run fuzzing tests
There is a currently a frequent race when running fuzzing tests, let's not run them to avoid continuously breaking the CQ. BRANCH=none BUG=chromium:963768 TEST=make buildall -j => no fuzzing tests are run Change-Id: Ic789dc207ecb064d0918ab04fd8644d0b77f7c0f Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1621447 Reviewed-by: John L Chen <zuan@chromium.org> Commit-Queue: John L Chen <zuan@chromium.org> Tested-by: John L Chen <zuan@chromium.org>
-rw-r--r--Makefile.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index a86ac62869..3d2c957320 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -293,7 +293,8 @@ buildfuzztests: $(fuzz-test-targets)
.PHONY: hosttests runtests
hosttests: $(host-test-targets)
-runtests: $(run-test-targets) $(run-fuzz-test-targets)
+# TODO(crbug.com/963768): Add back $(run-fuzz-test-targets)
+runtests: $(run-test-targets)
# Automatically enumerate all suites.
cts_excludes := common