summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2014-04-16 22:19:47 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-16 22:19:47 +0000
commitf7933e7f295bfe61cb0baf89469581c563032e96 (patch)
treee83b41b4bf1271705fbc18514d8c1e6d196f39fd
parent520ab8768791cf4d51a543023960991c30a75e69 (diff)
parent6b5123f6fb6332a9b2132d25fddede61c7f12aee (diff)
Merge "Disable another timing sensitive test on dist builds"
-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)) \