mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: mariadb: Disable "main.mysqldump" test.
* gnu/packages/databases.scm (mariadb)[arguments]: Add "main.mysqldump" to disabled-tests in 'adjust-tests' phase.
This commit is contained in:
parent
cff1927f30
commit
cbd833750a
1 changed files with 3 additions and 0 deletions
|
@ -707,6 +707,9 @@ (define-public mariadb
|
|||
"main.stat_tables_innodb"
|
||||
"roles.acl_statistics"
|
||||
|
||||
;; FIXME: Fixed in mysql, but we have no patch. See
|
||||
;; https://bugs.mysql.com/bug.php?id=93778
|
||||
"main.mysqldump"
|
||||
;; FIXME: This test fails on i686:
|
||||
;; -myisampack: Can't create/write to file (Errcode: 17 "File exists")
|
||||
;; +myisampack: Can't create/write to file (Errcode: 17 "File exists)
|
||||
|
|
Loading…
Reference in a new issue