Skip to content

Commit afba8b0

Browse files
rantalashuahkh
authored andcommitted
selftests: clone3: use SKIP instead of XFAIL
XFAIL is gone since commit 9847d24 ("selftests/harness: Refactor XFAIL into SKIP"), use SKIP instead. Fixes: 9847d24 ("selftests/harness: Refactor XFAIL into SKIP") Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com> Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 1d44d0d commit afba8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TEST(clone3_cap_checkpoint_restore)
145145
test_clone3_supported();
146146

147147
EXPECT_EQ(getuid(), 0)
148-
XFAIL(return, "Skipping all tests as non-root\n");
148+
SKIP(return, "Skipping all tests as non-root");
149149

150150
memset(&set_tid, 0, sizeof(set_tid));
151151

0 commit comments

Comments
 (0)