diff options
author | 2022-05-26 18:16:05 -0700 | |
---|---|---|
committer | 2022-05-26 18:16:05 -0700 | |
commit | 4e32f05ac4956b595cc709fa9978ff4eaecc7276 (patch) | |
tree | bb2deb24040a72ae2bdb7c4d1041a352e3ce005a | |
parent | c8d243da0b52243d3060e20011395c2132d242c7 (diff) |
Remove duplicate postsubmit.
Presubmits already get ran on every postsubmit build.
Bug: 233084498
Change-Id: I87fb8a8749ce7afe67aa660a466180fadf380b72
-rw-r--r-- | TEST_MAPPING | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index c12abc8db..8036110a0 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -7,11 +7,5 @@ { "name": "DocumentsUIUnitTests" } - ], - "postsubmit": [ - { - "name": "DocumentsUIGoogleTests", - "keywords": ["primary-device"] - } ] } |