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

Commit c159474b authored by Dan Shi's avatar Dan Shi
Browse files

Allow HAL test to pass without instance found.

Bug: 162052785
Test: atest
Change-Id: I03c434cdf357dc8340b107fed991389a47febfbe
parent 9b04c735
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -108,3 +108,5 @@ INSTANTIATE_TEST_SUITE_P(
    testing::ValuesIn(android::hardware::getAllHalInstanceNames(
        IBluetoothAudioOffload::descriptor)),
    android::hardware::PrintInstanceNameToString);

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothA2dpHidlTest);