Move statsd TEST_MAPPINGS to statsd root

Changes in statsd need to trigger the tests, not just changes
to the tests themselves.

Bug: 151868293
Test: presubmit
Change-Id: Ia271c07df52da8c765c683457c63e310282f66e5
This commit is contained in:
Anton Hansson
2020-03-19 08:53:23 +00:00
parent 7427d1ef16
commit 58cd241e97
2 changed files with 3 additions and 7 deletions

View File

@@ -2,6 +2,9 @@
"presubmit" : [
{
"name" : "FrameworkStatsdTest"
},
{
"name" : "LibStatsPullTests"
}
]
}

View File

@@ -1,7 +0,0 @@
{
"presubmit" : [
{
"name" : "LibStatsPullTests"
}
]
}