Skip to content

Commit eb89e29

Browse files
committed
ci: fix more flakey tests by adding condis
1 parent 9244bd4 commit eb89e29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/win_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ T["win"]["reuse"] = new_set({
316316
},
317317
previewer = function() return require("fzf-lua.test.previewer").builtin end,
318318
__after_open = function()
319+
child.wait_until(function() return child.lua_get([[_G._fzf_load_called]]) == true end)
319320
if helpers.IS_WIN() then vim.uv.sleep(250) end
320321
end,
321322
}

0 commit comments

Comments
 (0)