mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: skip flaky tests
This commit is contained in:
@@ -94,6 +94,7 @@ func Test_buffer_Number()
|
||||
endfunc
|
||||
|
||||
func Test_window_Cursor()
|
||||
throw 'skipped: flaky '
|
||||
new
|
||||
call setline(1, ['line1', 'line2'])
|
||||
perl $curwin->Cursor(2, 3)
|
||||
@@ -104,7 +105,7 @@ func Test_window_Cursor()
|
||||
endfunc
|
||||
|
||||
func Test_window_SetHeight()
|
||||
throw 'skipped: very flaky '
|
||||
throw 'skipped: flaky '
|
||||
new
|
||||
perl $curwin->SetHeight(2)
|
||||
call assert_equal(2, winheight(0))
|
||||
|
||||
Reference in New Issue
Block a user