Disable all of Spider tests, because of #2291227

This commit is contained in:
Michal Schorm 2024-06-10 23:04:03 +02:00
parent 88bfe26933
commit 213b1ecd0c

View File

@ -1326,6 +1326,9 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
%else
--skip-test-list=unstable-tests
%endif
# Spider tests can't be run in the Fedora KOJI at this moment, see #2291227
%if 0
# Second run for the SPIDER suites that fail with SCA (ssl self signed certificate)
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --suite=spider,spider/bg,spider/bugfix \
%if %{ignore_testsuite_result}
@ -1333,6 +1336,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
%else
--skip-test-list=unstable-tests
%endif
%endif
# blank line
fi