Merge "Remove libstats*_lazy tests from MTS" into main

This commit is contained in:
Treehugger Robot 2024-10-08 02:13:26 +00:00 committed by Gerrit Code Review
commit fcbdb00558
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,7 @@ cc_test {
"-Wall",
"-Werror",
],
test_suites: ["device-tests", "mts-statsd"],
test_suites: ["device-tests"],
test_config: "libstatspull_lazy_test.xml",
// TODO(b/153588990): Remove when the build system properly separates.
// 32bit and 64bit architectures.

View file

@ -36,7 +36,6 @@ cc_test {
],
test_suites: [
"device-tests",
"mts-statsd",
],
test_config: "libstatssocket_lazy_test.xml",
// TODO(b/153588990): Remove when the build system properly separates.