diff options
| author | 2025-02-17 18:42:18 -0800 | |
|---|---|---|
| committer | 2025-02-17 18:42:18 -0800 | |
| commit | 50f245cb8d29f02e5dd988ed6b4a50fd7d01165d (patch) | |
| tree | 0b375fbf08beed9c7156879183910f7e2f742ee4 | |
| parent | 2cac569b4d116458dc51c801bf51a4d1b7433703 (diff) | |
| parent | 5c90113b8f3f85b4cb73a970109966bb2f90ca73 (diff) | |
Merge "Update test mappings file to remove SettingsPanelTest" into main
| -rw-r--r-- | core/java/android/provider/TEST_MAPPING | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/java/android/provider/TEST_MAPPING b/core/java/android/provider/TEST_MAPPING index a6fe3016e8ba..851263ae8983 100644 --- a/core/java/android/provider/TEST_MAPPING +++ b/core/java/android/provider/TEST_MAPPING @@ -1,12 +1,7 @@ { "presubmit": [ { - "name": "CtsProviderTestCases", - "options": [ - { - "exclude-filter": "android.provider.cts.SettingsPanelTest" - } - ] + "name": "CtsProviderTestCases" }, { "name": "CtsMediaProviderTestCases" |