Disable unstable part of test

disable also on rhels
This commit is contained in:
František Hrdina 2024-04-19 15:41:28 +02:00
commit 1d9f642373

View file

@ -87,8 +87,7 @@ rlJournalStart
0 "Preparing sources"
# Disabling tests unstable on testing-farm
grep -r "testing-farm" /var/ARTIFACTS/*/plans/all/discover/default-0/tests
if [ $? -eq 0 ]; then
if grep -r "testing-farm" /var/ARTIFACTS/*/plans/all/discover/default-0/tests || hostname | grep -q "testing-farm"; 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/vim*/src/testdir/test_options.vim