Disable test_gdb for all arches and test_buffer for ppc64le in anticipation of the F28 mass rebuild

- Re-enable these tests after the mass rebuild when they can be properly
  addressed
This commit is contained in:
Tomas Orsava 2018-01-31 15:16:02 +01:00 committed by Iryna Shcherbina
parent cea6d60615
commit d84538b320
1 changed files with 3 additions and 2 deletions

View File

@ -1067,14 +1067,15 @@ CheckPython() {
-wW --slowest --findleaks \
-x test_distutils \
-x test_bdist_rpm \
-x test_gdb \
%ifarch ppc64le aarch64
-x test_faulthandler \
%endif
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch %{power64} s390 s390x armv7hl aarch64 %{mips}
-x test_gdb
%ifarch ppc64le
-x test_buffer \
%endif
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName