Author: lwhsu Date: Wed Oct 7 09:53:24 2020 New Revision: 366512 URL: https://svnweb.freebsd.org/changeset/base/366512
Log: Temporarily skip failing test cases in CI: sys.capsicum.functional.Capability__NoBypassDAC sys.capsicum.functional.Pdfork__OtherUserForked PR: 250178, 250179 Sponsored by: The FreeBSD Foundation Modified: head/tests/sys/capsicum/functional.sh Modified: head/tests/sys/capsicum/functional.sh ============================================================================== --- head/tests/sys/capsicum/functional.sh Wed Oct 7 07:55:55 2020 (r366511) +++ head/tests/sys/capsicum/functional.sh Wed Oct 7 09:53:24 2020 (r366512) @@ -64,6 +64,12 @@ add_testcase() PipePdfork__WildcardWait) eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/244165\"; }" ;; + Capability__NoBypassDAC) + eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/250178\"; }" + ;; + Pdfork__OtherUserForked) + eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/250179\"; }" + ;; *) eval "${tc_escaped}_body() { check ${tc}; }" ;; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"