diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-03-24 03:37:50 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-03-24 03:37:50 +0000 |
commit | 0088bc444e6173a79b2916bf5bc4a938e615b069 (patch) | |
tree | a5d3f0579790d53ad416ba7796a04a8f8f49a725 /cddl | |
parent | e62aee66b0f9020d712d875a5908b34d07ea0118 (diff) |
DTrace test: skip flakey common.misc.t_dtrace_contrib.tst_dynopt_d in CI
PR: 237641
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'cddl')
-rwxr-xr-x | cddl/usr.sbin/dtrace/tests/tools/exclude.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |