svn commit: r356458 - head/tests/sys/geom/class/multipath

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jan 7 17:49:50 UTC 2020


Author: lwhsu
Date: Tue Jan  7 17:49:49 2020
New Revision: 356458
URL: https://svnweb.freebsd.org/changeset/base/356458

Log:
  Revert r355861 because the issue has been fixed in r356443
  
  PR:		242689
  Notified by:	markj
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tests/sys/geom/class/multipath/failloop.sh

Modified: head/tests/sys/geom/class/multipath/failloop.sh
==============================================================================
--- head/tests/sys/geom/class/multipath/failloop.sh	Tue Jan  7 17:07:58 2020	(r356457)
+++ head/tests/sys/geom/class/multipath/failloop.sh	Tue Jan  7 17:49:49 2020	(r356458)
@@ -36,11 +36,6 @@ failloop_head()
 }
 failloop_body()
 {
-	if [ "$(atf_config_get ci false)" = "true" ] && \
-		[ "$(uname -p)" = "i386" ]; then
-		atf_skip "https://bugs.freebsd.org/242689"
-	fi
-
 	sysctl -n kern.geom.notaste > kern.geom.notaste.txt
 	load_gnop
 	load_gmultipath


More information about the svn-src-head mailing list