Allow uninstantiated WeaverTest
Add back GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST, which I had accidentally removed while merging the AIDL and HIDL tests. I think this is still needed on devices that don't support Weaver at all. Bug: 291284381 Test: atest VtsHalWeaverTargetTest Change-Id: Iac1b4476620e51c645e3ad57444ee386cb879029
This commit is contained in:
parent
75275ce51e
commit
47b145a0d8
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ TEST_P(WeaverTest, ReadWithTooLargeKeyFails) {
|
|||
EXPECT_EQ(response.status, WeaverReadStatus::FAILED);
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(WeaverTest);
|
||||
|
||||
// Instantiate the test for each HIDL Weaver service.
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
PerHidlInstance, WeaverTest,
|
||||
|
|
Loading…
Reference in a new issue