Disable test_gdb for now as it fails

with latest gdb.
This commit is contained in:
Charalampos Stratakis 2018-09-27 13:57:12 +02:00
parent 33cd8ff371
commit e354fb5703
1 changed files with 1 additions and 3 deletions

View File

@ -1059,12 +1059,10 @@ CheckPython() {
-wW --slowest --findleaks \
-x test_distutils \
-x test_bdist_rpm \
-x test_gdb \
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch %{power64} s390 s390x armv7hl %{mips}
-x test_gdb \
%endif
%ifarch ppc64le
-x test_buffer \
%endif