diff --git a/nova/tests/unit/test_wsgi.py b/nova/tests/unit/test_wsgi.py index a2d4c07a474c..c5ecbf7cb751 100644 --- a/nova/tests/unit/test_wsgi.py +++ b/nova/tests/unit/test_wsgi.py @@ -25,6 +25,7 @@ import eventlet.wsgi import mock from oslo_config import cfg import requests +import six import testtools import webob @@ -224,6 +225,7 @@ class TestWSGIServer(test.NoDBTestCase): server.stop() +@testtools.skipIf(six.PY3, "bug/1482633: test hangs on Python 3") class TestWSGIServerWithSSL(test.NoDBTestCase): """WSGI server with SSL tests.""" diff --git a/tests-py3.txt b/tests-py3.txt index deedd75ead78..faaa059b8e63 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -1,5 +1,3 @@ -nova.tests.unit.test_wsgi.TestWSGIServerWithSSL - ########################################################################## # NOTE(dims): The following tests randomly fail in the gate. Please be # careful before you re-enable them