diff --git a/tests/cts/hostside/Android.bp b/tests/cts/hostside/Android.bp index a8cc95ba5f..741c961e5f 100644 --- a/tests/cts/hostside/Android.bp +++ b/tests/cts/hostside/Android.bp @@ -24,7 +24,6 @@ java_test_host { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 8b6d38b821..7a1145609f 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp @@ -35,7 +35,6 @@ android_test_helper_app { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/hostside/app2/Android.bp b/tests/cts/hostside/app2/Android.bp index 0bb0d2f631..a6e9b118ff 100644 --- a/tests/cts/hostside/app2/Android.bp +++ b/tests/cts/hostside/app2/Android.bp @@ -23,7 +23,6 @@ android_test_helper_app { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/Android.bp b/tests/cts/net/Android.bp index d77f416557..76bb27e448 100644 --- a/tests/cts/net/Android.bp +++ b/tests/cts/net/Android.bp @@ -64,7 +64,6 @@ android_test { defaults: ["CtsNetTestCasesDefaults"], test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/api23Test/Android.bp b/tests/cts/net/api23Test/Android.bp index 614a5a2a76..ffeef48a88 100644 --- a/tests/cts/net/api23Test/Android.bp +++ b/tests/cts/net/api23Test/Android.bp @@ -45,7 +45,6 @@ android_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/appForApi23/Android.bp b/tests/cts/net/appForApi23/Android.bp index 17cfe3821b..399c199508 100644 --- a/tests/cts/net/appForApi23/Android.bp +++ b/tests/cts/net/appForApi23/Android.bp @@ -26,7 +26,6 @@ android_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/native/qtaguid/Android.bp b/tests/cts/net/native/qtaguid/Android.bp index 054937b4fa..23a0cf764d 100644 --- a/tests/cts/net/native/qtaguid/Android.bp +++ b/tests/cts/net/native/qtaguid/Android.bp @@ -42,7 +42,6 @@ cc_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", ],