diff options
author | Dan Shi <dshi@google.com> | 2021-06-02 11:34:32 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2021-06-02 18:36:09 +0000 |
commit | 4463194107278c67a7265683a1ae4fb1f771b444 (patch) | |
tree | c4a0e590cde62ef8f91cd190a3b3b1b217c20e6e | |
parent | 9d1e7a6e8ea4640da2303adc7777cbbc7baf6848 (diff) |
Remove ResourcesHardeningTest from Test Mapping
ResourcesHardeningTest is not a test module name.
This is a partial revert of ag/14505818
Bug: 189953380
Test: none
Change-Id: Iebf50714918d64eb52183c1f140ac8dba38b2ae5
-rw-r--r-- | libs/androidfw/TEST_MAPPING | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/androidfw/TEST_MAPPING b/libs/androidfw/TEST_MAPPING index 8a5c06d1eef9..9ebc9969a730 100644 --- a/libs/androidfw/TEST_MAPPING +++ b/libs/androidfw/TEST_MAPPING @@ -2,9 +2,6 @@ "presubmit": [ { "name": "CtsResourcesLoaderTests" - }, - { - "name": "ResourcesHardeningTest" } ] -}
\ No newline at end of file +} |