mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
Temporarily skip sys.geom.class.gate.ggate_test.ggated in CI
PR: 244737 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
45ddfe6806
commit
f95988cc0e
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ ggated_head()
|
|||
|
||||
ggated_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244737"
|
||||
fi
|
||||
|
||||
load_ggate
|
||||
|
||||
us=$(alloc_ggate_dev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue