aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Steinberg <dstein64@users.noreply.github.com>2021-07-10 23:15:38 -0400
committerSean Dewar <seandewar@users.noreply.github.com>2021-09-14 14:41:25 +0100
commit917f30666657acc3ad3daf44425c4d28f7ffb299 (patch)
treeb6baa265634f92b138f2c275ddc1b579b1c59abd
parenta9cca1b050f40521a02fc4b11a9b9cc5bb5520ff (diff)
downloadrneovim-917f30666657acc3ad3daf44425c4d28f7ffb299.tar.gz
rneovim-917f30666657acc3ad3daf44425c4d28f7ffb299.tar.bz2
rneovim-917f30666657acc3ad3daf44425c4d28f7ffb299.zip
backport: test/memory_usage_spec: skip on MacOS #15043
Memory compression could complicate the measurements.
-rw-r--r--test/functional/legacy/memory_usage_spec.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/legacy/memory_usage_spec.lua b/test/functional/legacy/memory_usage_spec.lua
index 0f2d77093a..d86caca0e9 100644
--- a/test/functional/legacy/memory_usage_spec.lua
+++ b/test/functional/legacy/memory_usage_spec.lua
@@ -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