mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Allow HAL test to pass without instance found.
Bug: 162052785 Test: atest Change-Id: I03c434cdf357dc8340b107fed991389a47febfbe
This commit is contained in:
@@ -107,4 +107,6 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
PerInstance, BluetoothA2dpHidlTest,
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
IBluetoothAudioOffload::descriptor)),
|
||||
android::hardware::PrintInstanceNameToString);
|
||||
android::hardware::PrintInstanceNameToString);
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothA2dpHidlTest);
|
||||
|
||||
Reference in New Issue
Block a user