Clean TEST_MAPPING config based on go/a-unit-tests

unit_tests:true do not need TEST_MAPPING files

Test: presubmit
Bug: 178646865
Change-Id: Id36e98ce661dc2052e333b2644202361127939a5
This commit is contained in:
Julien Desprez
2021-02-04 09:12:05 -08:00
parent 250a0420ea
commit 0c09471cc3
2 changed files with 0 additions and 9 deletions

View File

@@ -569,7 +569,6 @@ python_test_host {
name: "releasetools_test",
defaults: ["releasetools_test_defaults"],
main: "test_utils.py",
test_suites: ["general-tests"],
version: {
py2: {
enabled: true,

View File

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