From: Bartlomiej Grzelewski Date: Tue, 2 Feb 2016 15:08:30 +0000 (+0100) Subject: [SM] Turn off tests that does not work because of gumd timeout. X-Git-Tag: security-manager_5.5_testing~109^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0280da9dd233886b4db4e715de7fa9694760b1a6;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git [SM] Turn off tests that does not work because of gumd timeout. Change-Id: Ib5ea1935e370486c13f4f27d5d34adf12b444a30 --- diff --git a/src/security-manager-tests/security_manager_tests.cpp b/src/security-manager-tests/security_manager_tests.cpp index 34fa989..52740ad 100644 --- a/src/security-manager-tests/security_manager_tests.cpp +++ b/src/security-manager-tests/security_manager_tests.cpp @@ -1739,6 +1739,7 @@ RUNNER_MULTIPROCESS_TEST(security_manager_14_privacy_manager_fetch_and_update_po RUNNER_MULTIPROCESS_TEST(security_manager_15_privacy_manager_send_policy_update_for_admin) { + RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts"); const char *const update_app_id = "security_manager_15_update_app_id"; const char *const update_privilege = "http://tizen.org/privilege/led"; const char *const check_start_bucket = "ADMIN"; @@ -1806,6 +1807,7 @@ RUNNER_MULTIPROCESS_TEST(security_manager_15_privacy_manager_send_policy_update_ RUNNER_MULTIPROCESS_TEST(security_manager_15_privacy_manager_send_policy_update_for_admin_wildcard) { + RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts"); const char *const update_other_app_id = "security_manager_15_update_other_app_id"; const char *const update_privilege = "http://tizen.org/privilege/led"; const char *const check_start_bucket = "ADMIN"; @@ -1874,6 +1876,7 @@ RUNNER_MULTIPROCESS_TEST(security_manager_15_privacy_manager_send_policy_update_ RUNNER_MULTIPROCESS_TEST(security_manager_15_privacy_manager_send_policy_update_for_self) { + RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts"); const char *const update_app_id = "security_manager_15_update_app_id"; const char *const update_privilege = "http://tizen.org/privilege/led"; const char *const check_start_bucket = "";