Author: lwhsu
Date: Fri Mar 13 16:44:48 2020
New Revision: 358961
URL: https://svnweb.freebsd.org/changeset/base/358961

Log:
  Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64
  
  PR:           244703
  Sponsored by: The FreeBSD Foundation

Modified:
  head/tests/sys/netpfil/pf/nat.sh

Modified: head/tests/sys/netpfil/pf/nat.sh
==============================================================================
--- head/tests/sys/netpfil/pf/nat.sh    Fri Mar 13 15:40:35 2020        
(r358960)
+++ head/tests/sys/netpfil/pf/nat.sh    Fri Mar 13 16:44:48 2020        
(r358961)
@@ -36,8 +36,7 @@ exhaust_head()
 
 exhaust_body()
 {
-       if [ "$(atf_config_get ci false)" = "true" ] && \
-               [ "$(uname -p)" = "amd64" ]; then
+       if [ "$(atf_config_get ci false)" = "true" ]; then
                atf_skip "https://bugs.freebsd.org/244703";
        fi
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to