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:
Numkil
2015-02-25 12:28:32 +01:00
committed by Justin M. Keyes
parent f28941b96d
commit bbc9eff9ae

View File

@@ -170,7 +170,8 @@ describe('jobs', function()
eq('screen resized. rows: 40, columns: 10', next_chunk())
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>')
eq('^Cinterrupt received, press again to exit', next_chunk())
send('\\<c-c>')