Author: asomers
Date: Fri May 22 22:17:44 2020
New Revision: 361407
URL: https://svnweb.freebsd.org/changeset/base/361407

Log:
  Reenable sys.geom.class.multipath.misc.fail_on_error on stable/12
  
  The failing test was fixed by r361403.  Direct commit to stable/12 because
  the test was never disabled on head.
  
  PR:           244158
  Reported by:  lwhsu

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    Fri May 22 22:13:55 
2020        (r361406)
+++ stable/12/tests/sys/geom/class/multipath/misc.sh    Fri May 22 22:17:44 
2020        (r361407)
@@ -176,10 +176,6 @@ 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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to