mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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)
|
end)
|
||||||
|
|
||||||
it('releases memory when closing windows when folds exist', function()
|
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()')
|
local pid = eval('getpid()')
|
||||||
source([[
|
source([[
|
||||||
new
|
new
|
||||||
|
Reference in New Issue
Block a user