Skip to content

Commit dd1d7f6

Browse files
authored
Merge pull request #783 from ychin/temp_disable_bad_unit_tests_2
Disable test_timers also in non-GUI mode as well
2 parents dc42fa3 + 2aa9b8f commit dd1d7f6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/testdir/test_timers.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ if !has('timers')
44
finish
55
endif
66

7-
if has('gui_macvim') && has('gui_running')
7+
if has('gui_macvim')
88
" MacVim's GUI currently doesn't always pass these tests. Disable these
9-
" tests for now when testing in GUI mode before a more proper fix is
10-
" implemented.
9+
" tests for now when testing before a more proper fix is implemented.
1110
finish
1211
endif
1312

0 commit comments

Comments
 (0)