git: 0088bc444e61 - main - DTrace test: skip flakey common.misc.t_dtrace_contrib.tst_dynopt_d in CI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Mar 2022 03:38:02 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=0088bc444e6173a79b2916bf5bc4a938e615b069 commit 0088bc444e6173a79b2916bf5bc4a938e615b069 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-24 03:37:50 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-03-24 03:37:50 +0000 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