1
Fork 0
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:
Nicolas Graves 2025-04-06 14:37:22 +02:00 committed by Andreas Enge
parent 08c613ecb7
commit 40015f816d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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