Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 09:13:05 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r357994 - stable/12/tests/sys/geom/class/multipath
Message-ID:  <202002160913.01G9D5iA089941@repo.freebsd.org>

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



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