summaryrefslogtreecommitdiff
path: root/rebootescrow
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-07-29 09:45:03 -0700
committerDan Shi <dshi@google.com>2020-07-29 09:46:36 -0700
commitff985a85a8a66fcea861917929e5f103e0d16243 (patch)
tree6536eadee7d4a9d30b4b7b3123ff9a582a1334a9 /rebootescrow
parent9eaab747fe2c495a35b24162d6e5ad65e9ced271 (diff)
Suppress gtest error for tests without any instance
Bug: 162052785 Test: m -j vts Change-Id: I58bc808a82b2128bb8774f762f9b9fcecd2614fb
Diffstat (limited to 'rebootescrow')
-rw-r--r--rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp b/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp
index 809a3b502a..28357a1a1e 100644
--- a/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp
+++ b/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp
@@ -123,6 +123,7 @@ TEST_P(RebootEscrowAidlTest, Store_Success) {
rebootescrow->storeKey(KEY_1);
}
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RebootEscrowAidlTest);
INSTANTIATE_TEST_SUITE_P(
RebootEscrow, RebootEscrowAidlTest,
testing::ValuesIn(android::getAidlHalInstanceNames(IRebootEscrow::descriptor)),