diff options
| -rw-r--r-- | dex2oat/dex2oat_image_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat_image_test.cc b/dex2oat/dex2oat_image_test.cc index 49b84bb0c6..f542c60d81 100644 --- a/dex2oat/dex2oat_image_test.cc +++ b/dex2oat/dex2oat_image_test.cc @@ -228,7 +228,7 @@ class Dex2oatImageTest : public CommonRuntimeTest { } }; -TEST_F(Dex2oatImageTest, TestModesAndFilters) { +TEST_F(Dex2oatImageTest, DISABLED_TestModesAndFilters) { if (kIsTargetBuild) { // This test is too slow for target builds. return; |