mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
backport: test/memory_usage_spec: skip on MacOS #15043
Memory compression could complicate the measurements.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user