forked from aniani/vim
patch 8.1.1842: test listed as flaky should no longer be flaky
Problem: Test listed as flaky should no longer be flaky. Solution: Remove Test_popup_and_window_resize from the list of flaky tests. (Daniel Hahler, close #4807)
This commit is contained in:
@@ -329,7 +329,6 @@ let s:flaky_tests = [
|
|||||||
\ 'Test_paused()',
|
\ 'Test_paused()',
|
||||||
\ 'Test_pipe_through_sort_all()',
|
\ 'Test_pipe_through_sort_all()',
|
||||||
\ 'Test_pipe_through_sort_some()',
|
\ 'Test_pipe_through_sort_some()',
|
||||||
\ 'Test_popup_and_window_resize()',
|
|
||||||
\ 'Test_quoteplus()',
|
\ 'Test_quoteplus()',
|
||||||
\ 'Test_quotestar()',
|
\ 'Test_quotestar()',
|
||||||
\ 'Test_raw_one_time_callback()',
|
\ 'Test_raw_one_time_callback()',
|
||||||
|
@@ -769,6 +769,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 */
|
||||||
|
/**/
|
||||||
|
1842,
|
||||||
/**/
|
/**/
|
||||||
1841,
|
1841,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user