We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90858d commit b245559Copy full SHA for b245559
src/testdir/runtest.vim
@@ -153,12 +153,13 @@ endif
153
154
" Names of flaky tests.
155
let s:flaky = [
156
- \ 'Test_reltime()',
157
- \ 'Test_nb_basic()',
158
- \ 'Test_communicate()',
159
\ 'Test_close_and_exit_cb()',
+ \ 'Test_collapse_buffers()',
+ \ 'Test_communicate()',
+ \ 'Test_nb_basic()',
160
\ 'Test_pipe_through_sort_all()',
161
\ 'Test_pipe_through_sort_some()'
162
+ \ 'Test_reltime()',
163
\ ]
164
165
" Locate Test_ functions and execute them.
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 284,
769
/**/
770
283,
771
0 commit comments