[Cronet] Added NetHttpCoverageTests to presubmit

Removes CtsNetHttpTestCases and NetHttpTests from TEST_MAPPING
since these are part of NetHttpCoverageTests.

Test: atest NetHttpCoverageTests
Bug: 267353182
Change-Id: Idfa6db0fdce254e4552c2541b2471f1c71fe248b
This commit is contained in:
Chidera Olibie
2023-02-13 14:29:03 +00:00
parent 53b12e3d51
commit 7157837e08

View File

@@ -74,9 +74,6 @@
{
"name": "connectivity_native_test"
},
{
"name": "CtsNetHttpTestCases"
},
{
"name": "libclat_test"
},
@@ -97,6 +94,10 @@
},
{
"name": "FrameworksNetIntegrationTests"
},
// Runs both NetHttpTests and CtsNetHttpTestCases
{
"name": "NetHttpCoverageTests"
}
],
"postsubmit": [
@@ -113,11 +114,6 @@
},
{
"name": "FrameworksNetDeflakeTest"
},
// Run in postsubmit to confirm test passes continously since this is a new test setup
// TODO: move tests to presubmit
{
"name": "NetHttpTests"
}
],
"mainline-presubmit": [