The branch main has been updated by siva:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=fbe6da7f7592169ad7c26aa563f4c6305de1e345

commit fbe6da7f7592169ad7c26aa563f4c6305de1e345
Author:     Siva Mahadevan <[email protected]>
AuthorDate: 2026-02-11 21:05:25 +0000
Commit:     Siva Mahadevan <[email protected]>
CommitDate: 2026-02-12 15:01:57 +0000

    libnv/tests: unskip nvlist_send_recv__send_many_fds__dgram
    
    The test passes consistently for 1000+ consecutive iterations.
    
    PR:             260891
    Reviewed by:    oshogbo
    Approved by:    lwhsu (mentor)
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D55223
---
 lib/libnv/tests/nvlist_send_recv_test.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/libnv/tests/nvlist_send_recv_test.c 
b/lib/libnv/tests/nvlist_send_recv_test.c
index 79297dfe2043..4a5c10df656d 100644
--- a/lib/libnv/tests/nvlist_send_recv_test.c
+++ b/lib/libnv/tests/nvlist_send_recv_test.c
@@ -482,8 +482,6 @@ 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);

Reply via email to