diff options
| author | 2025-02-18 01:17:03 -0800 | |
|---|---|---|
| committer | 2025-02-18 01:17:03 -0800 | |
| commit | 3fca2c804071d3d47ba2f8c3a1db096b198df180 (patch) | |
| tree | 0123e15f2166768a86d001e2807b31f96d022279 | |
| parent | 5f6dc3a993407e2848b0a153d96a76d838b56ae2 (diff) | |
| parent | e24c89b846e2fb0957b505c0e726943ce77f42de (diff) | |
Merge "Revert "Update test mappings file to remove SettingsPanelTest"" into main
| -rw-r--r-- | core/java/android/provider/TEST_MAPPING | 7 |
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" |