patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14

Problem:  CI: Test_open_delay*() fails on FreeBSD 14
Solution: Skip it on BSD

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2023-10-04 21:58:24 +02:00
parent 8e5f26ec6a
commit 85ff0c1912
2 changed files with 6 additions and 0 deletions

View File

@ -1542,12 +1542,16 @@ func Ch_open_delay(port)
endfunc endfunc
func Test_open_delay() 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. " The server will wait half a second before creating the port.
call s:run_server('Ch_open_delay', 'delay') call s:run_server('Ch_open_delay', 'delay')
endfunc endfunc
func Test_open_delay_ipv6() func Test_open_delay_ipv6()
CheckIPv6 CheckIPv6
" This fails on BSD (e.g. Cirrus-CI), why?
CheckNotBSD
call Test_open_delay() call Test_open_delay()
endfunc endfunc

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1984,
/**/ /**/
1983, 1983,
/**/ /**/