diff --git a/python-fpylll.spec b/python-fpylll.spec index 6e09027..1d9d820 100644 --- a/python-fpylll.spec +++ b/python-fpylll.spec @@ -57,6 +57,12 @@ export LDSHARED="gcc -shared" mkdir -p %{buildroot}%{_docdir}/%{name} %check +# FIXME: In version 0.5.0dev, this test is unreliable. It sometimes passes +# and sometimes fails. It seems to fail more often on 32-bit platforms, but +# has been observed to fail on 64-bit platforms, too. Once upstream fixes the +# underlying problem, reenable this test. +rm tests/test_lll.py + pushd tests # Note that some tests may fail if sagemath installed and not run # under "sage -sh" (to have environment variables defined)