mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 02:45:39 +00: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.