From 3f0896027211710f064bfb235b6e16cc3957e65a Mon Sep 17 00:00:00 2001 From: Songchun Fan Date: Wed, 24 Mar 2021 22:12:17 +0000 Subject: [PATCH] [Settings] add readable tests to presubmit This will enforce the readable tests for changes made to Settings.java. Test: atest BUG: 183530680 Change-Id: Ie91350b29c10868cecd2c2fe4eba378278b3cb23 --- core/java/android/provider/TEST_MAPPING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/java/android/provider/TEST_MAPPING b/core/java/android/provider/TEST_MAPPING index ae2836f4d915b..c55572e5741cf 100644 --- a/core/java/android/provider/TEST_MAPPING +++ b/core/java/android/provider/TEST_MAPPING @@ -19,6 +19,14 @@ }, { "name": "SettingsProviderTest" + }, + { + "name": "CtsAppSecurityHostTestCases", + "options": [ + { + "include-filter": "android.appsecurity.cts.ReadableSettingsFieldsTest" + } + ] } ] }