summaryrefslogtreecommitdiff
path: root/lua/tests/automated/action_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/automated/action_spec.lua')
-rw-r--r--lua/tests/automated/action_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tests/automated/action_spec.lua b/lua/tests/automated/action_spec.lua
index c1dd8b3..3db014f 100644
--- a/lua/tests/automated/action_spec.lua
+++ b/lua/tests/automated/action_spec.lua
@@ -488,7 +488,7 @@ describe("actions", function()
eq("replaced:vnew", actions.file_vsplit())
end)
- it("handles backwards compat with select and edit files", function()
+ pending("handles backwards compat with select and edit files", function()
-- Reproduce steps:
-- In config, we have { ["<CR>"] = actions.select, ... }
-- In caller, we have actions._goto:replace(...)