diff options
author | Dan Shi <dshi@google.com> | 2020-07-28 13:09:30 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2020-07-28 15:12:32 -0700 |
commit | ba4d532fee4bbadcdcb7aa52edd12232f30e2fa4 (patch) | |
tree | e484e52c8906abb021ccc1c1821fc428e678af2a /tetheroffload | |
parent | 3d5e0bb649b26a41e7a2ceb9233606c5db6d79be (diff) | |
download | platform_hardware_interfaces-ba4d532fee4bbadcdcb7aa52edd12232f30e2fa4.tar.gz platform_hardware_interfaces-ba4d532fee4bbadcdcb7aa52edd12232f30e2fa4.tar.bz2 platform_hardware_interfaces-ba4d532fee4bbadcdcb7aa52edd12232f30e2fa4.zip |
Suppress gtest error for tests without any instance
Bug: 162052785
Test: m -j vts
Change-Id: I8c1a48e6fbd7c8161137902b5332911fa0d7b8b3
Diffstat (limited to 'tetheroffload')
-rw-r--r-- | tetheroffload/config/1.0/vts/functional/VtsHalTetheroffloadConfigV1_0TargetTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tetheroffload/config/1.0/vts/functional/VtsHalTetheroffloadConfigV1_0TargetTest.cpp b/tetheroffload/config/1.0/vts/functional/VtsHalTetheroffloadConfigV1_0TargetTest.cpp index 02fe96f543..6fd9a6f2a0 100644 --- a/tetheroffload/config/1.0/vts/functional/VtsHalTetheroffloadConfigV1_0TargetTest.cpp +++ b/tetheroffload/config/1.0/vts/functional/VtsHalTetheroffloadConfigV1_0TargetTest.cpp @@ -176,6 +176,7 @@ TEST_P(OffloadConfigHidlTest, TestSetHandle2OnlyNotOk) { ASSERT_TRUE(ret.isOk()); } +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadConfigHidlTest); INSTANTIATE_TEST_SUITE_P( PerInstance, OffloadConfigHidlTest, testing::ValuesIn(android::hardware::getAllHalInstanceNames(IOffloadConfig::descriptor)), |