summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/policy_handler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/policy_handler_test.cc')
-rw-r--r--src/components/application_manager/test/policy_handler_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/policy_handler_test.cc b/src/components/application_manager/test/policy_handler_test.cc
index 15123385a0..25bc9a6c10 100644
--- a/src/components/application_manager/test/policy_handler_test.cc
+++ b/src/components/application_manager/test/policy_handler_test.cc
@@ -921,7 +921,7 @@ TEST_F(PolicyHandlerTest,
EXPECT_CALL(*mock_policy_manager_, GetAppPermissionsChanges(_))
.WillOnce(Return(permissions));
EXPECT_CALL(*mock_policy_manager_,
- RemovePendingPermissionChanges(kPolicyAppId_)).Times(0);
+ RemovePendingPermissionChanges(kPolicyAppId_));
// Act
policy_handler_.OnPendingPermissionChange(kPolicyAppId_);
}
@@ -2481,7 +2481,7 @@ TEST_F(PolicyHandlerTest, AddStatisticsInfo_SUCCESS) {
EXPECT_TRUE(waiter.Wait(auto_lock));
}
-TEST_F(PolicyHandlerTest, OnSystemError_SUCCESS) {
+TEST_F(PolicyHandlerTest, DISABLED_OnSystemError_SUCCESS) {
EnablePolicyAndPolicyManagerMock();
sync_primitives::Lock wait_hmi_lock;