diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/job/job_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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('\\<c-c>') eq('^Cinterrupt received, press again to exit', next_chunk()) send('\\<c-c>') |