diff options
author | 2024-04-04 16:22:00 +0100 | |
---|---|---|
committer | 2024-04-04 18:00:14 +0000 | |
commit | 17f80ec0455ed44b0e6f03c729f5d29bcf27a7c7 (patch) | |
tree | 1585f0d0b93192af00d42664c9cf29f557a7d476 | |
parent | 97d9a1d95071eb74f7b97d484490c7a30485b70d (diff) |
Move art_standalone_dexopt_chroot_setup_tests to eng only.
This test will require root access.
Bug: 311377497
Test: N/A
Change-Id: If34bf2572990e3d4efb4d87de400888ea844b691
-rwxr-xr-x | test/utils/regen-test-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files index ea42313b08..acba822821 100755 --- a/test/utils/regen-test-files +++ b/test/utils/regen-test-files @@ -240,7 +240,6 @@ art_gtest_user_module_names = [ "art_standalone_dex2oat_tests", "art_standalone_dexdump_tests", "art_standalone_dexlist_tests", - "art_standalone_dexopt_chroot_setup_tests", "art_standalone_libartbase_tests", "art_standalone_libartpalette_tests", "art_standalone_libartservice_tests", @@ -257,6 +256,7 @@ art_gtest_user_module_names = [ # ART gtests that need root access to the device. art_gtest_eng_only_module_names = [ + "art_standalone_dexopt_chroot_setup_tests", "art_standalone_dexoptanalyzer_tests", "art_standalone_profman_tests", "libnativeloader_e2e_tests", |