forked from aniani/vim
		
	patch 8.0.0011
Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list of flaky tests.
This commit is contained in:
		| @@ -148,6 +148,7 @@ let s:flaky = [ | |||||||
|       \ 'Test_reltime()', |       \ 'Test_reltime()', | ||||||
|       \ 'Test_nb_basic()', |       \ 'Test_nb_basic()', | ||||||
|       \ 'Test_communicate()', |       \ 'Test_communicate()', | ||||||
|  |       \ 'Test_pipe_through_sort_all()' | ||||||
|       \ 'Test_pipe_through_sort_some()' |       \ 'Test_pipe_through_sort_some()' | ||||||
|       \ ] |       \ ] | ||||||
|  |  | ||||||
|   | |||||||
| @@ -764,6 +764,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 */ | ||||||
|  | /**/ | ||||||
|  |     11, | ||||||
| /**/ | /**/ | ||||||
|     10, |     10, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user