svn commit: r357994 - stable/12/tests/sys/geom/class/multipath

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Feb 16 09:13:06 UTC 2020


Author: lwhsu
Date: Sun Feb 16 09:13:05 2020
New Revision: 357994
URL: https://svnweb.freebsd.org/changeset/base/357994

Log:
  Skip sys.geom.class.multipath.misc.fail_on_error on stable/12
  
  The required feature is not in stable/12 yet.
  
  PR:		244158
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/tests/sys/geom/class/multipath/misc.sh

Modified: stable/12/tests/sys/geom/class/multipath/misc.sh
==============================================================================
--- stable/12/tests/sys/geom/class/multipath/misc.sh	Sun Feb 16 07:06:25 2020	(r357993)
+++ stable/12/tests/sys/geom/class/multipath/misc.sh	Sun Feb 16 09:13:05 2020	(r357994)
@@ -176,6 +176,10 @@ fail_on_error_head()
 }
 fail_on_error_body()
 {
+	if [ "$(atf_config_get ci false)" = "true" ]; then
+		atf_skip "https://bugs.freebsd.org/244158"
+	fi
+
 	load_gnop
 	load_gmultipath
 	md0=$(alloc_md)


More information about the svn-src-stable mailing list