Temporarily skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress on i386 CI
It panics kernel PR: 244168 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2ec8d574eb
commit
f1cabcd328
@ -193,6 +193,11 @@ lacp_linkstate_destroy_stress_head()
|
||||
}
|
||||
lacp_linkstate_destroy_stress_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "i386" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244168"
|
||||
fi
|
||||
|
||||
local TAP0 TAP1 LAGG MAC SRCDIR
|
||||
|
||||
# Configure the lagg interface to use an RFC5737 nonrouteable addresses
|
||||
|
Loading…
x
Reference in New Issue
Block a user