Temporarily disable ART gtests failing with ART module prebuilts. RESTRICT AUTOMERGE

Test modules `art_standalone_dex2oat_tests` and
`art_standalone_libartbase_tests` are failing with Android T QPR
builds since the Mainline module prebuilts from the October 2022 Train
were dropped in the corresponding branch. Disable them temporarily
while we investigate these failures.

Test: Rely on pre- and post-submit test runs
Bug: 243510263
Bug: 243507635
Ignore-AOSP-First: This change is only for Android T QPR
Change-Id: Ib347a54b329eb0200f39895b340ad7aa696516e8
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 300526f..e799c0a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1235,9 +1235,6 @@
       "name": "art_standalone_compiler_tests[com.google.android.art.apex]"
     },
     {
-      "name": "art_standalone_dex2oat_tests[com.google.android.art.apex]"
-    },
-    {
       "name": "art_standalone_dexdump_tests[com.google.android.art.apex]"
     },
     {
@@ -1247,9 +1244,6 @@
       "name": "art_standalone_dexoptanalyzer_tests[com.google.android.art.apex]"
     },
     {
-      "name": "art_standalone_libartbase_tests[com.google.android.art.apex]"
-    },
-    {
       "name": "art_standalone_libartpalette_tests[com.google.android.art.apex]"
     },
     {
@@ -2533,9 +2527,6 @@
       "name": "art_standalone_compiler_tests"
     },
     {
-      "name": "art_standalone_dex2oat_tests"
-    },
-    {
       "name": "art_standalone_dexdump_tests"
     },
     {
@@ -2545,9 +2536,6 @@
       "name": "art_standalone_dexoptanalyzer_tests"
     },
     {
-      "name": "art_standalone_libartbase_tests"
-    },
-    {
       "name": "art_standalone_libartpalette_tests"
     },
     {
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 237ec96..b6c2fb6 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -210,10 +210,12 @@
     "art_libnativebridge_cts_tests",
     "art_standalone_cmdline_tests",
     "art_standalone_compiler_tests",
-    "art_standalone_dex2oat_tests",
+    # Temporarily disable this test as it is failing with ART module prebuilts (see b/243510263).
+    ### "art_standalone_dex2oat_tests",
     "art_standalone_dexdump_tests",
     "art_standalone_dexlist_tests",
-    "art_standalone_libartbase_tests",
+    # Temporarily disable this test as it is failing with ART module prebuilts (see b/243507635).
+    ### "art_standalone_libartbase_tests",
     "art_standalone_libartpalette_tests",
     "art_standalone_libartservice_tests",
     "art_standalone_libarttools_tests",