diff options
author | dundargoc <gocdundar@gmail.com> | 2024-03-28 12:05:28 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-03-28 18:18:57 +0100 |
commit | cff8c15977bc5b012b64ffa8a802b0b0b1c2a87c (patch) | |
tree | 696cc3d8997bad1927017dfe4b90e21ba6c86f62 /test/functional/lua/watch_spec.lua | |
parent | dde2cc65fd2ac89ad88b19df08dc03cf1da50316 (diff) | |
download | rneovim-cff8c15977bc5b012b64ffa8a802b0b0b1c2a87c.tar.gz rneovim-cff8c15977bc5b012b64ffa8a802b0b0b1c2a87c.tar.bz2 rneovim-cff8c15977bc5b012b64ffa8a802b0b0b1c2a87c.zip |
test: skip flaky tests
Diffstat (limited to 'test/functional/lua/watch_spec.lua')
-rw-r--r-- | test/functional/lua/watch_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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( |