summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2023-12-16 13:44:13 -0500
committer Mark Renouf <mrenouf@google.com> 2024-01-19 02:10:34 +0000
commitc293b3fd2fdc1444a90776a0d219ea756f73a6aa (patch)
treee4e559dafd49ce666f3a4f948283d7743dabe093 /TEST_MAPPING
parent99c9828d732ff25c87e8b41e386131dae70b4652 (diff)
Move activity tests back to presubmit
Change-Id: I623e044cd67a2dbf3cfa020c2c8f288ef5828e57
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING6
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"
}
]