diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index c8614a6ad3d2..1eb8d436031a 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "CtsNetTestCases" + "name": "CtsNetTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] } ] } diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index c8614a6ad3d2..1eb8d436031a 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "CtsNetTestCases" + "name": "CtsNetTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] } ] }