mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 12:58:16 +00:00
test: mark job/pty test as pending #2058
- closes #2057 - see https://github.com/neovim/neovim/issues/2057 for discussion
This commit is contained in:
@@ -170,7 +170,8 @@ describe('jobs', function()
|
|||||||
eq('screen resized. rows: 40, columns: 10', next_chunk())
|
eq('screen resized. rows: 40, columns: 10', next_chunk())
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('preprocessing ctrl+c with terminal driver', function()
|
-- FIXME This test is flawed because there is no telling when the OS will send chunks of data.
|
||||||
|
pending('preprocessing ctrl+c with terminal driver', function()
|
||||||
send('\\<c-c>')
|
send('\\<c-c>')
|
||||||
eq('^Cinterrupt received, press again to exit', next_chunk())
|
eq('^Cinterrupt received, press again to exit', next_chunk())
|
||||||
send('\\<c-c>')
|
send('\\<c-c>')
|
||||||
|
Reference in New Issue
Block a user