Skip to content

Commit

Permalink
selftests: clone3: use SKIP instead of XFAIL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tommi Rantala authored and Shuah Khan committed Nov 5, 2020
1 parent 1d44d0d commit afba8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ TEST(clone3_cap_checkpoint_restore)
test_clone3_supported();

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));

Expand Down

0 comments on commit afba8b0

Please sign in to comment.