From 213b1ecd0c6ab4a84cd9297e5a8834032524530a Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 10 Jun 2024 23:04:03 +0200 Subject: [PATCH] Disable all of Spider tests, because of #2291227 --- mariadb10.11.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mariadb10.11.spec b/mariadb10.11.spec index 7190365..984cad2 100644 --- a/mariadb10.11.spec +++ b/mariadb10.11.spec @@ -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