mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 09:01:57 +00:00
test(shell): unreliable "throttles shell-command output…"
This commit is contained in:
@@ -64,7 +64,7 @@ describe('shell command :!', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it('throttles shell-command output greater than ~10KB', function()
|
||||
it('throttles shell-command output greater than ~10KB', { retries = 2 }, function()
|
||||
skip(is_os('openbsd'), 'FIXME #10804')
|
||||
skip(is_os('win'))
|
||||
tt.feed_data((':!%s REP 150001 foo\n'):format(testprg('shell-test')))
|
||||
|
||||
Reference in New Issue
Block a user