mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00

`job_send` is non-blocking and can potentially fail due to the following `job_stop` call. Since we can't reliably verify that the "exit" event is only sent after the "stdout" event, mark the test as pending and fix after we can get a notification about `job_send` status.