summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-30 07:00:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-30 07:00:02 +0000
commitae4cef1e651b1b535e7b27333bd3da6e559d10d2 (patch)
tree116b19a5fd53d798276b0270d0a633ca2f325368
parentdbf2dce56d6eed159b3dedc98cc9c5f067dac0c5 (diff)
parente075598527004cd985ac37198a67ab7ab4c559f2 (diff)
downloadcronet-main.tar.gz
Merge "Add NetHttpCoverageTests under the new test-group for Connectivity" into mainHEADmastermain
-rw-r--r--TEST_MAPPING15
1 files changed, 15 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index e29fba433..4335dcf21 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -4,6 +4,21 @@
"path": "packages/modules/Connectivity"
}
],
+ "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
+ // Runs both NetHttpTests and CtsNetHttpTestCases
+ {
+ "name": "NetHttpCoverageTests",
+ "options": [
+ {
+ "exclude-annotation": "com.android.testutils.SkipPresubmit"
+ },
+ {
+ // These sometimes take longer than 1 min which is the presubmit timeout
+ "exclude-annotation": "androidx.test.filters.LargeTest"
+ }
+ ]
+ }
+ ],
"presubmit": [
{
"name": "net_unittests_tester",