mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
ci: Disable "CTRL-C interrupts :global" test
This test is low-value, high-cost. It's slow, and sometimes crashes luajit. It's still enabled on local runs, that's good enough.
This commit is contained in:
@@ -25,7 +25,7 @@ describe("shell command :!", function()
|
||||
screen:detach()
|
||||
end)
|
||||
|
||||
it("displays output even without LF/EOF. #4646 #4569 #3772", function()
|
||||
it("displays output without LF/EOF. #4646 #4569 #3772", function()
|
||||
-- NOTE: We use a child nvim (within a :term buffer)
|
||||
-- to avoid triggering a UI flush.
|
||||
child_session.feed_data(":!printf foo; sleep 200\n")
|
||||
|
||||
Reference in New Issue
Block a user