git: 04dacd5691fb - main - netlink: temporary skip snl(3) capped test.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 May 2023 15:00:13 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=04dacd5691fb3de5fddd0868836c5a7ff9888370 commit 04dacd5691fb3de5fddd0868836c5a7ff9888370 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2023-05-09 14:59:41 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-05-09 14:59:41 +0000 netlink: temporary skip snl(3) capped test. --- tests/sys/netlink/test_snl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/netlink/test_snl.c b/tests/sys/netlink/test_snl.c index 8c6d72f6893b..bd607efa82fc 100644 --- a/tests/sys/netlink/test_snl.c +++ b/tests/sys/netlink/test_snl.c @@ -60,6 +60,8 @@ ATF_TC_BODY(snl_parse_errmsg_capped, tc) if (!snl_init(&ss, NETLINK_ROUTE)) atf_tc_fail("snl_init() failed"); + atf_tc_skip("does not work"); + int optval = 1; ATF_CHECK(setsockopt(ss.fd, SOL_NETLINK, NETLINK_CAP_ACK, &optval, sizeof(optval)) == 0);