Skip to content

Commit 0fbff64

Browse files
committed
patch 8.0.0417: test for the clipboard fails sometimes
Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests.
1 parent 4366319 commit 0fbff64

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ let s:flaky = [
168168
\ 'Test_oneshot()',
169169
\ 'Test_pipe_through_sort_all()',
170170
\ 'Test_pipe_through_sort_some()',
171+
\ 'Test_quoteplus()',
171172
\ 'Test_reltime()',
172173
\ ]
173174

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
417,
767769
/**/
768770
416,
769771
/**/

0 commit comments

Comments
 (0)