From 6ec20d27f730092bb88a51f3151b69cf3f913125 Mon Sep 17 00:00:00 2001 From: Amy Zhang Date: Tue, 21 Jul 2020 10:16:13 -0700 Subject: [PATCH] Add Tuner HAL and TvInput HAL VTS tests into the exception list of the uninstantiated parameterized tests. This test can be disabled on the phone target once there is a cuttlefish tv target enabled to run the test continuously. The test will be removed from the exception list afterwards. Test: make VtsHalTvTunerV1_0TargetTest Bug: 161805444 Change-Id: I7a2ad0e8a43c6262628354be316c530ab00ac520 Merged-In: I7a2ad0e8a43c6262628354be316c530ab00ac520 --- tv/input/1.0/vts/functional/VtsHalTvInputV1_0TargetTest.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tv/input/1.0/vts/functional/VtsHalTvInputV1_0TargetTest.cpp b/tv/input/1.0/vts/functional/VtsHalTvInputV1_0TargetTest.cpp index 59c70eb1e2..8092d5e7d2 100644 --- a/tv/input/1.0/vts/functional/VtsHalTvInputV1_0TargetTest.cpp +++ b/tv/input/1.0/vts/functional/VtsHalTvInputV1_0TargetTest.cpp @@ -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);