Remove vts10 tests from vts suite

The tests are only needed in vts10 suite, as they are part of CTS
package and no longer needed in vts 11.

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
Merged-In: I4d468be075b54213b56c7e1aa94af94f2bdce9ff
This commit is contained in:
Dan Shi 2020-04-05 23:55:10 -07:00
parent a05e2b1a92
commit 12c7aa8ace
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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