Merge "Drop CtsInitTestCases from cts" into main

This commit is contained in:
Jiyong Park 2024-01-31 00:58:50 +00:00 committed by Gerrit Code Review
commit 0edd5b860a

View file

@ -475,6 +475,7 @@ phony {
// ------------------------------------------------------------------------------
cc_test {
// Note: This is NOT a CTS test. See b/320800872
name: "CtsInitTestCases",
defaults: ["init_defaults"],
require_root: true,
@ -507,7 +508,6 @@ cc_test {
],
test_suites: [
"cts",
"device-tests",
],
}