commit | 865bf2ed3039deeaa66312319f3e13db146a9701 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:44:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:44:22 2022 +0100 |
tree | 7f973b54dba799fa25215e38cd55d3c05356530d | |
parent | 96b9bf8f74af8abf1e30054f996708db7dc285be [diff] [blame] |
patch 9.0.0578: one timer test fails on Mac M1 Problem: One timer test fails on Mac M1. Solution: Skip the test on Mac M1.
diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index f97808c..9183e13 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim
@@ -506,6 +506,9 @@ endfunc func Test_timer_using_win_execute_undo_sync() + " FIXME: why does this fail only on MacOS M1? + CheckNotMacM1 + let bufnr1 = bufnr() new let g:bufnr2 = bufnr()