diff options
-rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 9ad8c6bbcc..b218c24fdf 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -90,7 +90,7 @@ ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_TRACE_RUN_TESTS), $(c TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \ 074-gc-thrash \ 080-oom-throw \ - 096-array-copy-concurrent + 096-array-copy-concurrent-gc ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_GCSTRESS_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress)) |