Mark "shell command :! throttles shell-command output greater than ~10KB" fragile

This commit is contained in:
James McCoy
2019-01-01 11:27:52 -05:00
parent b5de158fdf
commit 2fbe28bc05

View File

@ -51,6 +51,9 @@ describe("shell command :!", function()
end)
it("throttles shell-command output greater than ~10KB", function()
if helpers.skip_fragile(pending) then
return
end
child_session.feed_data(
":!for i in $(seq 2 30000); do echo XXXXXXXXXX $i; done\n")