summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author ESWAR MAGATAPALLI (xWF) <eswarrao@google.com> 2025-02-18 01:17:03 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-02-18 01:17:03 -0800
commit3fca2c804071d3d47ba2f8c3a1db096b198df180 (patch)
tree0123e15f2166768a86d001e2807b31f96d022279
parent5f6dc3a993407e2848b0a153d96a76d838b56ae2 (diff)
parente24c89b846e2fb0957b505c0e726943ce77f42de (diff)
Merge "Revert "Update test mappings file to remove SettingsPanelTest"" into main
-rw-r--r--core/java/android/provider/TEST_MAPPING7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/java/android/provider/TEST_MAPPING b/core/java/android/provider/TEST_MAPPING
index 851263ae8983..a6fe3016e8ba 100644
--- a/core/java/android/provider/TEST_MAPPING
+++ b/core/java/android/provider/TEST_MAPPING
@@ -1,7 +1,12 @@
{
"presubmit": [
{
- "name": "CtsProviderTestCases"
+ "name": "CtsProviderTestCases",
+ "options": [
+ {
+ "exclude-filter": "android.provider.cts.SettingsPanelTest"
+ }
+ ]
},
{
"name": "CtsMediaProviderTestCases"