Ignore smack-dbus tests 10/30710/3
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 24 Nov 2014 13:18:23 +0000 (14:18 +0100)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 24 Nov 2014 13:42:36 +0000 (14:42 +0100)
Current dbus release does not support smack context in GetConnectionCredentials
method yet.

Change-Id: I58112e9702c04a634c149c5c2c3753404970cc87

tests/smack-dbus-tests/smack_dbus_tests.cpp

index 08b0df4a7854d1103aecf11557ce6d1c37226be9..080e5b092d6b57d8ee896ad8ae7c11ecf462852a 100644 (file)
@@ -19,6 +19,9 @@ RUNNER_TEST_GROUP_INIT(SMACK_DBUS);
 
 RUNNER_MULTIPROCESS_TEST_SMACK(tc01_smack_context_from_DBus)
 {
+    RUNNER_IGNORED_MSG("dbus does not support smack context in GetConnectionCredentials method"
+                       " yet.");
+
     int ret = -1;
     const char *subject_parent = "subject_parent";
     const char *subject_child = "subject_child";
@@ -165,6 +168,9 @@ RUNNER_MULTIPROCESS_TEST_SMACK(tc01_smack_context_from_DBus)
 
 RUNNER_MULTIPROCESS_TEST_NOSMACK(tc01_smack_context_from_DBus_nosmack)
 {
+    RUNNER_IGNORED_MSG("dbus does not support smack context in GetConnectionCredentials method"
+                       " yet.");
+
     int ret = -1;
     const char* subject_parent = "subject_parent";