mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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:
committed by
Andreas Enge
parent
08c613ecb7
commit
40015f816d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user