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:
Li-Wen Hsu 2019-07-23 07:56:42 +00:00
parent 76d843dab2
commit 7d1f74716c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350235

View File

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