mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Since before_each() doesn't call clear() in these tests, after_each() may call expect_exit() without calling clear() if a test is skipped, causing frequent test failures on Cirrus CI. Close the session instead.