Remove vts10 tests from vts suite

The tests are only needed in vts10 suite.

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL removes vts10 tests from vts suite.
It won't change test logic or behavior.

Change-Id: I4d468be075b54213b56c7e1aa94af94f2bdce9ff
This commit is contained in:
Dan Shi 2020-03-27 10:07:44 -07:00
parent 1e413c8a9d
commit 96f29ead9c
4 changed files with 0 additions and 4 deletions

View file

@ -17,7 +17,6 @@ cc_test {
test_suites: [
"cts",
"device-tests",
"vts",
"vts10",
],
compile_multilib: "both",

View file

@ -258,7 +258,6 @@ cc_test {
test_suites: [
"cts",
"device-tests",
"vts",
"vts10",
],
}

View file

@ -96,7 +96,6 @@ cc_test {
cflags: ["-DNO_PSTORE"],
test_suites: [
"cts",
"vts",
"vts10",
],
}

View file

@ -63,7 +63,6 @@ cc_test {
},
test_suites: [
"cts",
"vts",
"vts10",
],
}