Temporarily disable `art_standalone_odrefresh_tests` in Mainline tests.
This test is currently failing in Mainline testing. A fix is in the
works but may take some time to land; disable the test temporarily to
make continuous test runs green again.
Output of `art/test/utils/regen-test-files`:
$ art/test/utils/regen-test-files
Generated Blueprint files for 633 ART run-tests out of 946 (66%).
Generated TEST_MAPPING entries for 392 ART run-tests out of 946 (41%):
392 ART run-tests (100%) in `mainline-presubmit` test group.
18 ART gtests (94%) in `mainline-presubmit` test group.
392 ART run-tests (100%) in `presubmit` test group.
19 ART gtests (100%) in `presubmit` test group.
0 ART run-tests (0%) in `postsubmit` test group.
Test: atest --test-mapping art:presubmit
Bug: 206335809
Change-Id: I2c2a5af672ab98ef03d968c44d580790a3906b6a
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c7fdb36..a3b88a9 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1223,9 +1223,6 @@
"name": "art_standalone_oatdump_tests[com.google.android.art.apex]"
},
{
- "name": "art_standalone_odrefresh_tests[com.google.android.art.apex]"
- },
- {
"name": "art_standalone_profman_tests[com.google.android.art.apex]"
},
{
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 83172a6..b017faa5 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -399,9 +399,23 @@
# ART gtests supported in MTS that do not need root access to the device.
art_gtest_mts_user_module_names = copy.copy(art_gtest_user_module_names)
+# Temporarily disable `art_standalone_odrefresh_tests` in MTS,
+# as it is currently failing in Mainline testing
+# (b/206335809); a fix is in the works but may take some time
+# to land.
+#
+# TODO(b/206335809): Re-enable this test when the fix has landed.
+art_gtest_mts_user_module_names.remove("art_standalone_odrefresh_tests")
# ART gtests supported in Mainline presubmits.
art_gtests_mainline_presubmit_module_names = copy.copy(art_gtest_module_names)
+# Temporarily disable `art_standalone_odrefresh_tests` in Mainline
+# presubmits, as it is currently failing in Mainline testing
+# (b/206335809); a fix is in the works but may take some time to
+# land.
+#
+# TODO(b/206335809): Re-enable this test when the fix has landed.
+art_gtests_mainline_presubmit_module_names.remove("art_standalone_odrefresh_tests")
# Is `run_test` a Checker test (i.e. a test containing Checker