Commit afba8b0a authored by Tommi Rantala's avatar Tommi Rantala Committed by Shuah Khan

selftests: clone3: use SKIP instead of XFAIL

XFAIL is gone since commit 9847d24a ("selftests/harness: Refactor XFAIL
into SKIP"), use SKIP instead.

Fixes: 9847d24a ("selftests/harness: Refactor XFAIL into SKIP")
Signed-off-by: default avatarTommi Rantala <tommi.t.rantala@nokia.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 1d44d0dd
...@@ -145,7 +145,7 @@ TEST(clone3_cap_checkpoint_restore) ...@@ -145,7 +145,7 @@ TEST(clone3_cap_checkpoint_restore)
test_clone3_supported(); test_clone3_supported();
EXPECT_EQ(getuid(), 0) EXPECT_EQ(getuid(), 0)
XFAIL(return, "Skipping all tests as non-root\n"); SKIP(return, "Skipping all tests as non-root");
memset(&set_tid, 0, sizeof(set_tid)); memset(&set_tid, 0, sizeof(set_tid));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment