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:
parent
aa4187efd5
commit
82f2fe190c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 16:01:59 UTC 2018 - normand@linux.vnet.ibm.com
|
||||
|
||||
- exclude test_socket & test_subprocess for PowerPC boo#1078485
|
||||
(same ref as previous change)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 2 09:21:24 UTC 2018 - normand@linux.vnet.ibm.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user