Temporarily skip flakey test case
sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop PR: 220841 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
76d843dab2
commit
7d1f74716c
@ -2078,6 +2078,8 @@ ATF_TC_BODY(ptrace__PT_KILL_competing_stop, tc)
|
||||
struct ptrace_lwpinfo pl;
|
||||
struct sched_param sched_param;
|
||||
|
||||
atf_tc_skip("https://bugs.freebsd.org/220841");
|
||||
|
||||
ATF_REQUIRE((fpid = fork()) != -1);
|
||||
if (fpid == 0) {
|
||||
trace_me();
|
||||
|
Loading…
x
Reference in New Issue
Block a user