diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-02 16:36:50 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2024-10-02 16:41:01 +0200 |
commit | bbf208784ca279178ba0075b60d3e9c80f11da7a (patch) | |
tree | a2ba739b5d7588ca36516421188fac5c7850d246 /runtime/lua/vim/_watch.lua | |
parent | 9e23b4e1852f9ad6418b45f827d1fb160611d8cf (diff) | |
download | rneovim-bbf208784ca279178ba0075b60d3e9c80f11da7a.tar.gz rneovim-bbf208784ca279178ba0075b60d3e9c80f11da7a.tar.bz2 rneovim-bbf208784ca279178ba0075b60d3e9c80f11da7a.zip |
tests: skip watch.watchdirs test on macos 14 CI
Problem:
Strange failure only in macos 14 CI
FAILED test/functional/lua/watch_spec.lua @ 82: vim._watch watchdirs() detects file changes
test/functional/lua/watch_spec.lua:149: Expected objects to be the same.
Passed in:
(table: 0x0116023758) {
*[1] = {
[change_type] = 3
*[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/nvim_KFMvPbXk9a' }
[2] = {
[change_type] = 3
[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' } }
Expected:
(table: 0x010d9d6548) {
*[1] = {
[change_type] = 1
*[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' }
[2] = {
[change_type] = 3
[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' } }
stack traceback:
test/functional/lua/watch_spec.lua:149: in function <test/functional/lua/watch_spec.lua:82>
Solution:
Skip test for that exact version.
Diffstat (limited to 'runtime/lua/vim/_watch.lua')
0 files changed, 0 insertions, 0 deletions