diff options
Diffstat (limited to 'test/functional/plugin/man_spec.lua')
| -rw-r--r-- | test/functional/plugin/man_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/plugin/man_spec.lua b/test/functional/plugin/man_spec.lua index c3fec441a9..ec86362dfb 100644 --- a/test/functional/plugin/man_spec.lua +++ b/test/functional/plugin/man_spec.lua @@ -12,8 +12,6 @@ local matches = t.matches local tmpname = t.tmpname local eq = t.eq local pesc = vim.pesc -local skip = t.skip -local is_ci = t.is_ci -- Collects all names passed to find_path() after attempting ":Man foo". local function get_search_history(name) @@ -247,7 +245,6 @@ describe(':Man', function() end) it('reports non-existent man pages for absolute paths', function() - skip(is_ci('cirrus')) local actual_file = tmpname() -- actual_file must be an absolute path to an existent file for us to test against it matches('^/.+', actual_file) |
