mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
backport: test/memory_usage_spec: skip on MacOS #15043
Memory compression could complicate the measurements.
This commit is contained in:
committed by
Sean Dewar
parent
a9cca1b050
commit
917f306666
@ -168,6 +168,9 @@ describe('memory usage', function()
|
||||
end)
|
||||
|
||||
it('releases memory when closing windows when folds exist', function()
|
||||
if helpers.is_os('mac') then
|
||||
pending('macOS memory compression causes flakiness')
|
||||
end
|
||||
local pid = eval('getpid()')
|
||||
source([[
|
||||
new
|
||||
|
Reference in New Issue
Block a user