From 3aa323584ef61ed16bbc7a84a7eb4f7467199d87 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 25 Aug 2026 16:37:05 +0200 Subject: [PATCH] =?UTF-8?q?test(shell):=20unreliable=20"throttles=20shell-?= =?UTF-8?q?command=20output=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/functional/ui/output_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 896e773897..c95c51b192 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -64,7 +64,7 @@ describe('shell command :!', function() ]]) end) - it('throttles shell-command output greater than ~10KB', function() + it('throttles shell-command output greater than ~10KB', { retries = 2 }, function() skip(is_os('openbsd'), 'FIXME #10804') skip(is_os('win')) tt.feed_data((':!%s REP 150001 foo\n'):format(testprg('shell-test')))