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>
This commit is contained in:
Nicolas Boichat 2019-05-21 17:03:39 +08:00 committed by John L Chen
parent 2fa7472da1
commit 7ee4215a9f
1 changed files with 2 additions and 1 deletions

View File

@ -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