Skip to content

Commit

Permalink
Remove commented out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Feb 13, 2024
1 parent f78efd1 commit ece5791
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/testdir/test_diffmode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ endfunc

func Test_diff_screen()
if has('osxdarwin') && system('diff --version') =~ '^Apple diff'
throw 'Skipped: nified diff does not work properly on this macOS version'
throw 'Skipped: unified diff does not work properly on this macOS version'
endif

let g:test_is_flaky = 1
Expand Down
7 changes: 0 additions & 7 deletions src/testdir/test_sound.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ func Test_play_event()
if has('win32')
throw 'Skipped: Playing event with callback is not supported on Windows'
endif
"if has('osx') && !empty($CI) && system('uname -m') =~# 'arm64'
" throw 'Skipped: FIXME: Running this test on M1 Mac hangs on GitHub Actions'
"endif
let g:playcallback_count = 0
let g:id = 0
let event_name = 'bell'
Expand All @@ -38,10 +35,6 @@ func Test_play_event()
endfunc

func Test_play_silent()
"if has('osx') && !empty($CI) && system('uname -m') =~# 'arm64'
" throw 'Skipped: FIXME: Running this test on M1 Mac hangs on GitHub Actions'
"endif

let fname = fnamemodify('silent.wav', '%p')
let g:playcallback_count = 0

Expand Down
4 changes: 0 additions & 4 deletions src/testdir/test_terminal2.vim
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ endfunc

" Test for term_gettitle()
func Test_term_gettitle()
"if has('osx') && !empty($CI) && system('uname -m') =~# 'arm64'
" throw 'Skipped: FIXME: Title got on M1 Mac is broken on GitHub Actions'
"endif

" term_gettitle() returns an empty string for a non-terminal buffer
" and for a non-existing buffer.
call assert_equal('', bufnr('%')->term_gettitle())
Expand Down

0 comments on commit ece5791

Please sign in to comment.