From 0088bc444e6173a79b2916bf5bc4a938e615b069 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 24 Mar 2022 11:37:50 +0800 Subject: [PATCH] DTrace test: skip flakey common.misc.t_dtrace_contrib.tst_dynopt_d in CI PR: 237641 Sponsored by: The FreeBSD Foundation --- cddl/usr.sbin/dtrace/tests/tools/exclude.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh index b0b67a86b86e..26e875073edd 100755 --- a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh +++ b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh @@ -208,3 +208,6 @@ exclude EXFAIL common/usdt/tst.user.ksh # Triggers a lock assertion by using the raise() action from a profile probe. exclude SKIP common/ustack/tst.spin.ksh + +# https://bugs.freebsd.org/237641 +exclude SKIPCI common/misc/tst.dynopt.d