Skip to content
Snippets Groups Projects
Commit 432162d5 authored by Xiao Ma's avatar Xiao Ma
Browse files

Add NetworkStackModuleTest exclusion for ConnectivityCoverageTests in TEST_MAPPING.

testTetherZeroLengthDhcpPacket requires to install both Tethering
and NetworkStack modules, add NetworkStackModuleTest annotation for
ConnectivityCoverageTests running as presubmit to exclude the
testTetherZeroLengthDhcpPacket from presubmit.

Bug: 287798985
Test: TH
Change-Id: I2e21e2623b181e678189ca7758210be1b5409ae7
parent f45ec285
No related branches found
No related tags found
No related merge requests found
{
"presubmit": [
{
"name": "ConnectivityCoverageTests"
"name": "ConnectivityCoverageTests",
"options": [
{
"exclude-annotation": "com.android.testutils.NetworkStackModuleTest"
}
]
},
{
// In addition to ConnectivityCoverageTests, runs non-connectivity-module tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment