Merge "Add Tuner HAL and TvInput HAL VTS tests into the exception list of the uninstantiated parameterized tests." am: c9e5075d36

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1428008

Change-Id: I60c76b20de5f80a79d8ad3ec671a97ce4bde27d0
This commit is contained in:
Treehugger Robot
2020-09-16 19:28:50 +00:00
committed by Automerger Merge Worker

View File

@@ -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);