mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Suppress gtest error for tests without any instance
Bug: 162052785 Test: m -j vts Change-Id: I8c1a48e6fbd7c8161137902b5332911fa0d7b8b3
This commit is contained in:
@@ -433,6 +433,7 @@ TEST_P(GatekeeperHidlTest, DeleteAllUsersTest) {
|
||||
ALOGI("Testing deleteAllUsers done: rsp=%" PRIi32, delAllRsp.code);
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(GatekeeperHidlTest);
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
PerInstance, GatekeeperHidlTest,
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(IGatekeeper::descriptor)),
|
||||
|
||||
Reference in New Issue
Block a user