Disable stripped-dex test for no-dex2oat.
Because the stripped-dex test requires a prebuild configuration.
Bug: 27599626
Change-Id: Id94e76057201c8fb26b68d7123469cf4c61464e4
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index b750524..f3cda47 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -379,6 +379,7 @@
# All these tests check that we have sane behavior if we don't have a patchoat or dex2oat.
# Therefore we shouldn't run them in situations where we actually don't have these since they
# explicitly test for them. These all also assume we have an image.
+# 147-stripped-dex-fallback is disabled because it requires --prebuild.
# 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save.
TEST_ART_BROKEN_FALLBACK_RUN_TESTS := \
116-nodex2oat \
@@ -387,6 +388,7 @@
119-noimage-patchoat \
137-cfi \
138-duplicate-classes-check2 \
+ 147-stripped-dex-fallback \
554-jit-profile-file
# This test fails without an image.