Skip to content

Commit ba128d7

Browse files
committed
Skip tests for LOCAL_CONNWAIT
1 parent 3d0e971 commit ba128d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,6 +2429,9 @@ fn test_freebsd(target: &str) {
24292429
true
24302430
}
24312431

2432+
// FIXME: Removed in FreeBSD 15:
2433+
"LOCAL_CONNWAIT" => true,
2434+
24322435
_ => false,
24332436
}
24342437
});

0 commit comments

Comments
 (0)