diff options
Diffstat (limited to 'test/functional/ui/output_spec.lua')
-rw-r--r-- | test/functional/ui/output_spec.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 139ef5964e..c028f44b44 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -50,6 +50,10 @@ describe("shell command :!", function() end) it("throttles shell-command output greater than ~10KB", function() + if 'openbsd' == helpers.uname() then + pending('FIXME #10804', function() end) + return + end child_session.feed_data(":!"..nvim_dir.."/shell-test REP 30001 foo\n") -- If we observe any line starting with a dot, then throttling occurred. |