Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9e5075d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add Tuner HAL and TvInput HAL VTS tests into the exception list of the...

Merge "Add Tuner HAL and TvInput HAL VTS tests into the exception list of the uninstantiated parameterized tests."
parents ef85febe 6ec20d27
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);