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

Commit 59c18035 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
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." am: c9e5075d

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

Change-Id: I60c76b20de5f80a79d8ad3ec671a97ce4bde27d0
parents 7380d36a c9e5075d
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);