test(shell): unreliable "throttles shell-command output…"

This commit is contained in:
Justin M. Keyes
2026-08-25 16:37:05 +02:00
parent 03dfbe333c
commit 3aa323584e

View File

@@ -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')))