mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Call atf_skip function in cleanup procedure as it also triggers zfs.ko loading
PR: 249055 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7cccb910b2
commit
d8bdfeb653
1 changed files with 5 additions and 0 deletions
|
|
@ -452,6 +452,11 @@ bectl_jail_body()
|
|||
# attempts to destroy the zpool.
|
||||
bectl_jail_cleanup()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "i386" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/249055"
|
||||
fi
|
||||
|
||||
zpool=$(get_zpool_name)
|
||||
for bootenv in "default" "target" "1234"; do
|
||||
# mountpoint of the boot environment
|
||||
|
|
|
|||
Loading…
Reference in a new issue