Temporarily skip test_asyncio to workaround bpo-35998

https://bugs.python.org/issue35998
This commit is contained in:
Miro Hrončok 2019-03-20 12:31:21 +01:00
parent 498b8834a0
commit 774c3f329b
1 changed files with 3 additions and 0 deletions

View File

@ -1024,6 +1024,8 @@ CheckPython() {
# https://bugzilla.redhat.com/show_bug.cgi?id=1196181
# test_gdb skipped on s390x:
# https://bugzilla.redhat.com/show_bug.cgi?id=1678277
# test_asyncio skipped:
# https://bugs.python.org/issue35998
WITHIN_PYTHON_RPM_BUILD= \
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest -j0 \
@ -1035,6 +1037,7 @@ CheckPython() {
%ifarch %{mips64}
-x test_ctypes \
%endif
-x test_asyncio \
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName