diff --git a/lib/libnv/tests/nvlist_send_recv_test.c b/lib/libnv/tests/nvlist_send_recv_test.c index 914e429f5f28..133a487b8a7c 100644 --- a/lib/libnv/tests/nvlist_send_recv_test.c +++ b/lib/libnv/tests/nvlist_send_recv_test.c @@ -483,6 +483,8 @@ ATF_TC_BODY(nvlist_send_recv__send_many_fds__dgram, tc) size_t len; int error; + atf_tc_skip("https://bugs.freebsd.org/260891"); + /* size of the largest datagram to send */ temp_maxdgram = 16772; len = sizeof(maxdgram);