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
This commit is contained in:
parent
8eb03223e9
commit
6ec20d27f7
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