diff options
Diffstat (limited to 'test/functional/core/remote_spec.lua')
-rw-r--r-- | test/functional/core/remote_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/remote_spec.lua b/test/functional/core/remote_spec.lua index 602a5a71eb..d7bd075eb2 100644 --- a/test/functional/core/remote_spec.lua +++ b/test/functional/core/remote_spec.lua @@ -112,7 +112,7 @@ describe('Remote', function() eq(nil, string.find(meths.exec('messages', true), 'E247')) end) - describe('exits with error on', function() + pending('exits with error on', function() local function run_and_check_exit_code(...) local bogus_argv = new_argv(...) |