mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: python-redis: Ignore i686 failing test.
* gnu/packages/databases.scm (python-redis) [arguments]{test-flags}: Ignore i686 failing test. Change-Id: Ifeb08bbfc8dae70d7fff897603985b8b2e382387 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
08c613ecb7
commit
40015f816d
1 changed files with 5 additions and 1 deletions
|
@ -4578,7 +4578,11 @@ reasonable substitute.")
|
|||
"test_tfunction_load_delete"
|
||||
"test_tfunction_list"
|
||||
;; AssertionError: assert 3 == 2
|
||||
"test_acl_list")
|
||||
"test_acl_list"
|
||||
;; XXX: This test occasionally fails on i686-linux
|
||||
#$@(if (target-x86-32?)
|
||||
'("test_geopos")
|
||||
'()))
|
||||
" and not "))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue