summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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