diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 885e0614ef..198183018f 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -874,6 +874,10 @@ (define-public mariadb "--testcase-timeout=40" "--suite-timeout=600" "--parallel" (number->string (parallel-job-count)) + ;; Skip the replication tests: they are very I/O + ;; intensive and frequently causes indeterministic + ;; failures even on powerful hardware. + "--skip-rpl" "--skip-test-list=unstable-tests")) (format #t "test suite not run~%")) #t))