mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/memory_usage_spec: skip on MacOS #15043
Memory compression could complicate the measurements.
This commit is contained in:
parent
7c61d9c3bf
commit
936f3a4ddc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user