diff --git a/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp index 7741f0164eb175003c4ddc74d12f161c08e7c037..59cc07b16a88290813d1b4b3f16a27d8757c5a4f 100755 --- a/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp +++ b/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp @@ -116,22 +116,6 @@ HWTEST_F(LiteIPCClientTest, testIPCClient0020, Function | MediumTest | Level2) ASSERT_EQ(iUnknown == NULL, TRUE); }; -/** - * @tc.number : DMSLite_SAMGR_IPCClient_0030 - * @tc.name : Client can not get api if the api version does not match - * @tc.desc : [C- SOFTWARE -0200] -*/ -HWTEST_F(LiteIPCClientTest, testIPCClient0030, Function | MediumTest | Level2) -{ - IClientProxy *demoApi = NULL; - IUnknown *iUnknown = SAMGR_GetInstance()->GetFeatureApi("abilityms", "AmsFeature"); - ASSERT_EQ(iUnknown != NULL, TRUE); - - int result = iUnknown->QueryInterface(iUnknown, 0x00, (void **)&demoApi); - ASSERT_EQ(result != 0, TRUE); - ASSERT_EQ(demoApi == nullptr, TRUE); -}; - /** * @tc.number : DMSLite_SAMGR_IPCClient_0040 * @tc.name : Client can send request to other process