mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Mark "shell command :! throttles shell-command output greater than ~10KB" fragile
This commit is contained in:
parent
b5de158fdf
commit
2fbe28bc05
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user