Disabling unstable part of test

improving to disable also on different versions
This commit is contained in:
František Hrdina 2024-04-17 15:35:49 +02:00
commit 117baf86c9

View file

@ -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'