The current tethering module has in-progress changes in non-mainline branches, so it cannot be installed. Disable the tests in non-mainline branches, considering that they are still run in mainline branches, which will contain the same tethering code, but without the connectivity artifacts added to the tethering apex. Bug: 177290955 Test: TEST_MAPPING needs to be tested on the infra Ignore-AOSP-First: This change must not go into AOSP Change-Id: I39dd011a8baa16c9b8eb33ec2a2e4dcaedf25b76
34 lines
1021 B
Plaintext
34 lines
1021 B
Plaintext
{
|
|
// Run in addition to mainline-presubmit as mainline-presubmit is not
|
|
// supported in every branch.
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsNetTestCasesLatestSdk",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"mainline-presubmit": [
|
|
{
|
|
// TODO: add back the tethering modules when updatable in this branch
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
|
|
"mainline-postsubmit": [
|
|
{
|
|
// TODO: add back the tethering module when updatable in this branch
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
|
|
"keywords": ["sim"]
|
|
}
|
|
]
|
|
}
|