diff options
| author | 2020-06-11 01:35:38 +0000 | |
|---|---|---|
| committer | 2020-06-11 01:35:38 +0000 | |
| commit | 266bf584c75d7761f5069f031fb2800c1283d048 (patch) | |
| tree | 959c7c31972c62119280601b35a6c43861ac14c3 | |
| parent | c1733289d33a8c2eed0d97d82a3fc8ddb18a644c (diff) | |
| parent | 26c5a7a3f0e35419cd9ba577e35a430a0e0d17cb (diff) | |
Merge "Move TetheringTests to presubmit" into rvc-dev
| -rw-r--r-- | packages/Tethering/TEST_MAPPING | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/Tethering/TEST_MAPPING b/packages/Tethering/TEST_MAPPING index 73254cdc79a9..5617b0c13c1c 100644 --- a/packages/Tethering/TEST_MAPPING +++ b/packages/Tethering/TEST_MAPPING @@ -1,7 +1,12 @@ { - "postsubmit": [ + "presubmit": [ { "name": "TetheringTests" } + ], + "postsubmit": [ + { + "name": "TetheringIntegrationTests" + } ] } |