mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +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.