summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2014-04-16 15:12:45 -0700
committer Brian Carlstrom <bdc@google.com> 2014-04-16 15:12:45 -0700
commit6b5123f6fb6332a9b2132d25fddede61c7f12aee (patch)
treedae202091f6ed1c5e05c0f13a2af98343d6a9cf3
parentdf4f96abfea464b834da858d839efc98cc032728 (diff)
Disable another timing sensitive test on dist builds
Change-Id: I1c0dc16ff22b23dbd238cbeba3f4c078c3ffeaed
-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)) \