[SM] Turn off tests that does not work because of gumd timeout. 88/58788/2
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 2 Feb 2016 15:08:30 +0000 (16:08 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 3 Feb 2016 15:27:54 +0000 (16:27 +0100)
Change-Id: Ib5ea1935e370486c13f4f27d5d34adf12b444a30

src/security-manager-tests/security_manager_tests.cpp

index 34fa989..52740ad 100644 (file)
@@ -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 = "";