summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-05-10 15:59:08 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-11 03:58:04 +0000
commit9a7518dc2b87ee8e1a97c9ecf803387ef15b9659 (patch)
tree5c769b5a25a7a143516cf5b0d9b71411623baa19
parent9c471bcc18b4fa73a9c16ef27ac66b4604dd8f30 (diff)
downloadchrome-ec-9a7518dc2b87ee8e1a97c9ecf803387ef15b9659.tar.gz
ec: Disable the host-interrupt test
It's generally not useful, as it is testing test-only code. We already skip it for code coverage, because it times out so often. BRANCH=None BUG=b:227793011 TEST=make runtests |& grep -i interrupt Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I34ab231421d1e52673a90831e297cd80df44f234 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3639491 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--test/build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index fd7f07920c..3184f0a8f1 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -42,7 +42,9 @@ test-list-host += hooks
test-list-host += host_command
test-list-host += i2c_bitbang
test-list-host += inductive_charging
-test-list-host += interrupt
+# This test times out in the CQ, and generally doesn't seem useful.
+# It is verifying the host test scheduler, which is never used in real boards.
+# test-list-host += interrupt
test-list-host += irq_locking
test-list-host += is_enabled
test-list-host += is_enabled_error