diff options
author | 2023-12-16 13:44:13 -0500 | |
---|---|---|
committer | 2024-01-19 02:10:34 +0000 | |
commit | c293b3fd2fdc1444a90776a0d219ea756f73a6aa (patch) | |
tree | e4e559dafd49ce666f3a4f948283d7743dabe093 /TEST_MAPPING | |
parent | 99c9828d732ff25c87e8b41e386131dae70b4652 (diff) |
Move activity tests back to presubmit
Change-Id: I623e044cd67a2dbf3cfa020c2c8f288ef5828e57
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index de28a495..51c7bd43 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -2,13 +2,13 @@ "presubmit": [ { "name": "IntentResolver-tests-unit" + }, + { + "name": "IntentResolver-tests-activity" } ], "postsubmit": [ { - "name": "IntentResolver-tests-activity" - }, - { "name": "IntentResolver-tests-integration" } ] |