Author: lwhsu
Date: Thu Jun 11 18:59:57 2020
New Revision: 362072
URL: https://svnweb.freebsd.org/changeset/base/362072
Log:
Skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress in CI because of panic
PR: 244168
Sponsored by: The FreeBSD Foundation
Modified:
head/tests/sys/net/if_lagg_test.sh
Modified: head/tests/sys/net/if_lagg_test.sh
==============================================================================
--- head/tests/sys/net/if_lagg_test.sh Thu Jun 11 18:14:34 2020
(r362071)
+++ head/tests/sys/net/if_lagg_test.sh Thu Jun 11 18:59:57 2020
(r362072)
@@ -193,8 +193,7 @@ lacp_linkstate_destroy_stress_head()
}
lacp_linkstate_destroy_stress_body()
{
- if [ "$(atf_config_get ci false)" = "true" ] && \
- [ "$(uname -p)" = "i386" ]; then
+ if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/244168"
fi
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"