diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/plugins_load_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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) |