diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index 8f1291c22c..5761f213cb 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -1542,12 +1542,16 @@ func Ch_open_delay(port) 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 diff --git a/src/version.c b/src/version.c index 32005545f3..f1934b91b3 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1984, /**/ 1983, /**/