From cff8c15977bc5b012b64ffa8a802b0b0b1c2a87c Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 28 Mar 2024 12:05:28 +0100 Subject: test: skip flaky tests --- test/functional/lua/watch_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/lua/watch_spec.lua') diff --git a/test/functional/lua/watch_spec.lua b/test/functional/lua/watch_spec.lua index 115fee8091..8b6efc3fe4 100644 --- a/test/functional/lua/watch_spec.lua +++ b/test/functional/lua/watch_spec.lua @@ -31,6 +31,7 @@ describe('vim._watch', function() end if watchfunc == 'watch' then + skip(is_os('mac'), 'flaky test on mac') skip(is_os('bsd'), 'Stopped working on bsd after 3ca967387c49c754561c3b11a574797504d40f38') else skip( -- cgit