Ignore tests failing on file label removal 04/30404/2
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 17 Nov 2014 16:36:16 +0000 (17:36 +0100)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 17 Nov 2014 16:39:22 +0000 (17:39 +0100)
Change-Id: Ib4f97f1bfdda0cf2229852096bf47582dc68aa3b

tests/libsmack-tests/test_cases.cpp

index 8ec7bd2..c8e7606 100644 (file)
@@ -722,6 +722,7 @@ RUNNER_TEST_SMACK(smack05_self_label)
 
 RUNNER_TEST_SMACK(smack06_setlabel_getlabel_test_0)
 {
+    RUNNER_IGNORED_MSG("Upstream does not support label removal yet");
     const std::string fsLabel = "smack06_setlabel_getlabel_test_0";
     const std::string fsPath = std::string("/tmp/") + fsLabel;
 
@@ -774,6 +775,7 @@ RUNNER_TEST_SMACK(smack06_setlabel_getlabel_test_1)
 
 RUNNER_TEST_SMACK(smack06_setlabel_getlabel_test_2)
 {
+    RUNNER_IGNORED_MSG("Upstream does not support label removal yet");
     const std::string fsLabel = "smack06_setlabel_getlabel_test_2";
     const std::string fsPath = std::string("/tmp/") + fsLabel;