Problem: CI: Test_open_delay*() fails on FreeBSD 14
Solution: Skip it on BSD
Signed-off-by: Christian Brabandt <cb@256bit.org>
endfunc
func Test_open_delay()
+ " This fails on BSD (e.g. Cirrus-CI), why?
+ CheckNotBSD
" The server will wait half a second before creating the port.
call s:run_server('Ch_open_delay', 'delay')
endfunc
func Test_open_delay_ipv6()
CheckIPv6
+ " This fails on BSD (e.g. Cirrus-CI), why?
+ CheckNotBSD
call Test_open_delay()
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1984,
/**/
1983,
/**/