Merge "Add Tuner HAL and TvInput HAL VTS tests into the exception list of the uninstantiated parameterized tests."
This commit is contained in:
commit
c9e5075d36
1 changed files with 3 additions and 0 deletions
|
@ -337,3 +337,6 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
PerInstance, TvInputHidlTest,
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(ITvInput::descriptor)),
|
||||
android::hardware::PrintInstanceNameToString);
|
||||
|
||||
// TODO remove from the allow list once the cf tv target is enabled for testing
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(TvInputHidlTest);
|
||||
|
|
Loading…
Reference in a new issue