From bbc9eff9ae16e954b9fe72641b3650f23be2e4dd Mon Sep 17 00:00:00 2001 From: Numkil Date: Wed, 25 Feb 2015 12:28:32 +0100 Subject: test: mark job/pty test as pending #2058 - closes #2057 - see https://github.com/neovim/neovim/issues/2057 for discussion --- test/functional/job/job_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/job/job_spec.lua b/test/functional/job/job_spec.lua index 0051de09e1..ca653bb269 100644 --- a/test/functional/job/job_spec.lua +++ b/test/functional/job/job_spec.lua @@ -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('\\') eq('^Cinterrupt received, press again to exit', next_chunk()) send('\\') -- cgit