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

Commit a0352cd8 authored by Steven Moreland's avatar Steven Moreland
Browse files

allow BootHidlTest uninstantiated

No instances to test if AIDL HAL is installed instead.

Bug: 257225651
Change-Id: I1cdd3de73c87fd62ad53924107f3df5fa5ff6aa7
Test: N/A
parent 7cde2eee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,3 +192,4 @@ TEST_P(BootHidlTest, GetSuffix) {
INSTANTIATE_TEST_SUITE_P(
        PerInstance, BootHidlTest,
        testing::ValuesIn(android::getAidlHalInstanceNames(IBootControl::descriptor)));
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BootHidlTest);