Remove TEST_MAPPING entry based on go/a-unit-tests update

cc_test_host now all run in presubmit without any need for explicit TEST_MAPPING

Change-Id: I379ef754b4cb645976daedcd04eae58f2eb32a75
Test: presubmit
Bug: 177450457
This commit is contained in:
Julien Desprez 2021-02-04 16:50:51 +00:00
parent 4b24f09124
commit 427e9f08f9
2 changed files with 0 additions and 11 deletions

View file

@ -123,9 +123,6 @@ cc_test_host {
"cgroups.recovery.json",
"task_profiles.json",
],
test_suites: [
"general-tests",
],
}
cc_test {

View file

@ -1,8 +0,0 @@
{
"presubmit": [
{
"name": "libprocessgroup_proto_test",
"host": true
}
]
}