From 8989984b781367b2744c4857e73d8943311db241 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:11:47 +0200 Subject: feat(installer): add verify-plugins hook (#2751) --- tests/specs/plugins_load_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/specs/plugins_load_spec.lua b/tests/specs/plugins_load_spec.lua index 1f11279e..283d5547 100644 --- a/tests/specs/plugins_load_spec.lua +++ b/tests/specs/plugins_load_spec.lua @@ -38,7 +38,8 @@ a.describe("plugin-loader", function() assert.truthy(package.loaded[plugin]) end end) - a.it("should be able to rollback plugins without errors", function() + + pending("should be able to rollback plugins without errors", function() local plugin = { name = "onedarker.nvim" } plugin.path = vim.tbl_filter(function(package) return package:match(plugin.name) -- cgit v1.2.3