diff src/testdir/test_timers.vim @ 30485:57890fe84655 v9.0.0578

patch 9.0.0578: one timer test fails on Mac M1 Commit: https://github.com/vim/vim/commit/865bf2ed3039deeaa66312319f3e13db146a9701 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 24 17:44:22 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 18:45:02 +0200
parents 5e99ae766688
children b9cc46461994
line wrap: on
line diff
--- a/src/testdir/test_timers.vim
+++ b/src/testdir/test_timers.vim
@@ -506,6 +506,9 @@ func Test_timer_outputting_message()
 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()