mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Mark "shell command :! throttles shell-command output greater than ~10KB" fragile
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user