test/old: skip failing ruby tests

These tests didn't pass in https://github.com/neovim/neovim/pull/9245
This commit is contained in:
Jan Edmund Lazo 2019-09-14 17:00:52 -04:00
parent 232cce9abe
commit 67bede0b27
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ func Test_ruby_change_buffer()
endfunc
func Test_ruby_evaluate_list()
throw 'skipped: TODO: '
call setline(line('$'), ['2 line 2'])
ruby Vim.command("normal /^2\n")
let l = ["abc", "def"]
@ -34,6 +35,7 @@ func Test_ruby_evaluate_dict()
endfunc
func Test_rubydo()
throw 'skipped: TODO: '
" Check deleting lines does not trigger ml_get error.
new
call setline(1, ['one', 'two', 'three'])