Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 09:53:25 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366512 - head/tests/sys/capsicum
Message-ID:  <202010070953.0979rPPl063358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}; }"
 			;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010070953.0979rPPl063358>