Disabling unstable part of test
improving to disable also on different versions
This commit is contained in:
parent
987b625442
commit
117baf86c9
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ rlJournalStart
|
|||
if [ $? -eq 0 ]; then
|
||||
rlLog "Disabling tests unstable on testing-farm"
|
||||
rlLog "Disabled tests Test_opt_set_keycode, Test_set_completion"
|
||||
sed -i "/^func Test_opt_set_keycode\(\)/,/^endfunc$/d" BUILD/vim91/src/testdir/test_options.vim
|
||||
sed -i "/^func Test_set_completion\(\)/,/^endfunc$/d" BUILD/vim91/src/testdir/test_options.vim
|
||||
sed -i "/^func Test_opt_set_keycode\(\)/,/^endfunc$/d" BUILD/vim*/src/testdir/test_options.vim
|
||||
sed -i "/^func Test_set_completion\(\)/,/^endfunc$/d" BUILD/vim*/src/testdir/test_options.vim
|
||||
fi
|
||||
|
||||
if rlIsFedora || rlIsRHELLike '>9'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue