Skip to content

Commit

Permalink
patch 8.0.1640: Test_cwd() is flaky
Browse files Browse the repository at this point in the history
Problem:    Test_cwd() is flaky.
Solution:   Add to list of flaky tests.
  • Loading branch information
brammool committed Mar 25, 2018
1 parent b5b49a3 commit 6587384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/runtest.vim
Expand Up @@ -248,6 +248,7 @@ let s:flaky = [
\ 'Test_close_and_exit_cb()', \ 'Test_close_and_exit_cb()',
\ 'Test_collapse_buffers()', \ 'Test_collapse_buffers()',
\ 'Test_communicate()', \ 'Test_communicate()',
\ 'Test_cwd()',
\ 'Test_exit_callback_interval()', \ 'Test_exit_callback_interval()',
\ 'Test_nb_basic()', \ 'Test_nb_basic()',
\ 'Test_oneshot()', \ 'Test_oneshot()',
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -766,6 +766,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 */
/**/
1640,
/**/ /**/
1639, 1639,
/**/ /**/
Expand Down

0 comments on commit 6587384

Please sign in to comment.