Disable all of Spider tests, because of #2291227
This commit is contained in:
parent
88bfe26933
commit
213b1ecd0c
@ -1326,6 +1326,9 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|||||||
%else
|
%else
|
||||||
--skip-test-list=unstable-tests
|
--skip-test-list=unstable-tests
|
||||||
%endif
|
%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)
|
# 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 \
|
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --suite=spider,spider/bg,spider/bugfix \
|
||||||
%if %{ignore_testsuite_result}
|
%if %{ignore_testsuite_result}
|
||||||
@ -1333,6 +1336,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|||||||
%else
|
%else
|
||||||
--skip-test-list=unstable-tests
|
--skip-test-list=unstable-tests
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
# blank line
|
# blank line
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user