Disabled test_resource as test_prlimit currently fails when building in mock

This commit is contained in:
Tomas Orsava 2017-08-02 10:11:47 +02:00
parent c0e8897305
commit 17520a5b34
1 changed files with 2 additions and 0 deletions

View File

@ -1187,10 +1187,12 @@ CheckPython() {
# @unittest._expectedFailureInRpmBuild
# test_faulthandler.test_register_chain currently fails on ppc64le and
# aarch64, see upstream bug http://bugs.python.org/issue21131
# test_resource.test_prlimit currently fails when building in mock
WITHIN_PYTHON_RPM_BUILD= \
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest --findleaks \
-x test_distutils \
-x test_resource \
%ifarch ppc64le aarch64
-x test_faulthandler \
%endif