Author: lwhsu
Date: Tue Feb 11 22:21:22 2020
New Revision: 357780
URL: https://svnweb.freebsd.org/changeset/base/357780

Log:
  Temporarily skip sys.geom.class.multipath.failloop.failloop in CI
  
  This case uses `dtrace -c` but it has some issues at the moment
  
  PR:           244053
  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 Feb 11 20:59:41 
2020        (r357779)
+++ head/tests/sys/geom/class/multipath/failloop.sh     Tue Feb 11 22:21:22 
2020        (r357780)
@@ -36,6 +36,10 @@ failloop_head()
 }
 failloop_body()
 {
+       if [ "$(atf_config_get ci false)" = "true" ]; then
+               atf_skip "https://bugs.freebsd.org/244053";
+       fi
+
        sysctl -n kern.geom.notaste > kern.geom.notaste.txt
        load_gnop
        load_gmultipath
_______________________________________________
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