summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.mk b/test/Android.mk
index 5879039b00..334df1f72a 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -188,7 +188,7 @@ endef
# Expand all tests.
TEST_ART_RUN_TESTS := $(wildcard $(LOCAL_PATH)/[0-9]*)
TEST_ART_RUN_TESTS := $(subst $(LOCAL_PATH)/,, $(TEST_ART_RUN_TESTS))
-TEST_ART_TIMING_SENSITIVE_RUN_TESTS := 055-enum-performance
+TEST_ART_TIMING_SENSITIVE_RUN_TESTS := 053-wait-some 055-enum-performance
ifdef dist_goal # disable timing sensitive tests on "dist" builds.
$(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), \
$(info Skipping $(test)) \