From 9a7518dc2b87ee8e1a97c9ecf803387ef15b9659 Mon Sep 17 00:00:00 2001 From: Jeremy Bettis Date: Tue, 10 May 2022 15:59:08 -0600 Subject: 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 Change-Id: I34ab231421d1e52673a90831e297cd80df44f234 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3639491 Tested-by: Jeremy Bettis Reviewed-by: Ting Shen Auto-Submit: Jeremy Bettis Commit-Queue: Ting Shen --- test/build.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1