Ignore 3 security-manager tests due to gumd timeouts. 41/40741/2
authorRoman Kubiak <r.kubiak@samsung.com>
Mon, 8 Jun 2015 13:20:15 +0000 (06:20 -0700)
committerRoman Kubiak <r.kubiak@samsung.com>
Tue, 9 Jun 2015 10:31:27 +0000 (03:31 -0700)
3 tests are ignored until gumd is fixed.

Change-Id: Ibfcf8a405beac5c05751db13755b6284349a3b01

src/security-manager-tests/security_manager_tests.cpp

index 27db73d..63a116c 100644 (file)
@@ -2072,6 +2072,7 @@ RUNNER_MULTIPROCESS_TEST(security_manager_17_privacy_manager_fetch_whole_policy_
 
 RUNNER_CHILD_TEST(security_manager_10_user_cynara_policy)
 {
+    RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts");
     const char *const MAIN_BUCKET = "MAIN";
     const char *const MANIFESTS_BUCKET = "MANIFESTS";
     const char *const ADMIN_BUCKET = "ADMIN";
@@ -2098,6 +2099,7 @@ RUNNER_CHILD_TEST(security_manager_10_user_cynara_policy)
 
 RUNNER_CHILD_TEST(security_manager_11_security_manager_cmd_install)
 {
+    RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts");
     int ret;
     const int SUCCESS = 0;
     const int FAILURE = 256;
@@ -2149,6 +2151,7 @@ RUNNER_CHILD_TEST(security_manager_11_security_manager_cmd_install)
 
 RUNNER_CHILD_TEST(security_manager_12_security_manager_cmd_users)
 {
+    RUNNER_IGNORED_MSG("temporarily disabled due to gumd timeouts");
     int ret;
     const int SUCCESS = 0;
     const int FAILURE = 256;