aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-02-23 22:28:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-02-23 22:28:24 +0000
commitd33158471afb6156886642cf2a06f79f40cd2461 (patch)
tree1870e3ded71a61af608d9da52c3662fcac194b5a
parent077ab5bd43aaeb955d84c501ddddc7533f0a06b9 (diff)
downloadsrc-d33158471afb6156886642cf2a06f79f40cd2461.tar.gz
src-d33158471afb6156886642cf2a06f79f40cd2461.zip
Temporarily skip sys.geom.class.multipath.failloop.failloop in CI
This test case uses `dtrace -c` but it has some issues at the moment so disable it until dtrace fixed. From markj: This is the CTF type ID limit which has come up quite a few times lately. It'll be fixed with the introduction of CTFv3. PR: 258763 Sponsored by: The FreeBSD Foundation
-rwxr-xr-xtests/sys/geom/class/multipath/failloop.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/geom/class/multipath/failloop.sh b/tests/sys/geom/class/multipath/failloop.sh
index 0f0202bb8b01..48006d6b10da 100755
--- a/tests/sys/geom/class/multipath/failloop.sh
+++ b/tests/sys/geom/class/multipath/failloop.sh
@@ -36,6 +36,10 @@ failloop_head()
}
failloop_body()
{
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/258763"
+ fi
+
sysctl -n kern.geom.notaste > kern.geom.notaste.txt
load_gnop
load_gmultipath