Merge "Reactivate wsgi test related to socket option under python 3"

This commit is contained in:
Zuul 2020-06-23 18:30:36 +00:00 committed by Gerrit Code Review
commit 8fd3ce22da
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ class TestWSGIServerWithSSL(WsgiTestCase):
@testtools.skipIf(platform.mac_ver()[0] != '', @testtools.skipIf(platform.mac_ver()[0] != '',
'SO_REUSEADDR behaves differently ' 'SO_REUSEADDR behaves differently '
'on OSX, see bug 1436895') 'on OSX, see bug 1436895')
@testtools.skip("bug/1482633: test hangs on Python 3")
def test_socket_options_for_ssl_server(self): def test_socket_options_for_ssl_server(self):
# test normal socket options has set properly # test normal socket options has set properly
self.config(tcp_keepidle=500) self.config(tcp_keepidle=500)