summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TEST_MAPPING3
-rwxr-xr-xtest/utils/regen-test-files6
2 files changed, 3 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d63ad60d43..37846eb539 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1315,6 +1315,9 @@
"name": "art_standalone_sigchain_tests[com.google.android.art.apex]"
},
{
+ "name": "libnativeloader_e2e_tests[com.google.android.art.apex]"
+ },
+ {
"name": "libnativeloader_test[com.google.android.art.apex]"
}
],
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index ae6527bbc4..2404434be1 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -254,12 +254,6 @@ art_gtest_mts_user_module_names = copy.copy(art_gtest_user_module_names)
# ART gtests supported in Mainline presubmits.
art_gtests_mainline_presubmit_module_names = copy.copy(art_gtest_module_names)
-# ART test `libnativeloader_e2e_tests` is failing in Mainline
-# Presubmits via Test Mapping against Android S; temporarily disable
-# it on this configuration while we investigate this issue.
-#
-# TODO(b/259700260): Investigate this issue and re-enable this test.
-art_gtests_mainline_presubmit_module_names.remove("libnativeloader_e2e_tests")
# Tests exhibiting a flaky behavior, currently exluded from MTS for
# the stake of stability / confidence (b/209958457).