From 2fbe28bc058d142e4374999548ef2ff7b4fbc215 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 1 Jan 2019 11:27:52 -0500 Subject: Mark "shell command :! throttles shell-command output greater than ~10KB" fragile --- test/functional/ui/output_spec.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional') diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index aa99499ec6..87b489fd71 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -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") -- cgit