Accepting request 573219 from home:michel_mno:branches:devel:languages:python:Factory

- exclude test_socket & test_subprocess for PowerPC boo#1078485
  (same ref as previous change)

OBS-URL: https://build.opensuse.org/request/show/573219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=223
This commit is contained in:
Tomáš Chvátal
2018-02-06 09:03:38 +00:00
committed by Git OBS Bridge
parent aa4187efd5
commit 82f2fe190c
2 changed files with 7 additions and 1 deletions

View File

@@ -239,7 +239,7 @@ EXCLUDE="$EXCLUDE test_uuid"
# bypass boo#1078485
# many flaky tests if osc build in loop on ppc64le
%ifarch ppc ppc64 ppc64le
EXCLUDE="$EXCLUDE test_asynchat test_asyncore test_dircache test_multiprocessing test_nntplib test_queue test_signal test_telnetlib test_xmlrpc "
EXCLUDE="$EXCLUDE test_asynchat test_asyncore test_dircache test_multiprocessing test_nntplib test_queue test_signal test_socket test_subprocess test_telnetlib test_xmlrpc "
%endif
# Limit virtual memory to avoid spurious failures