Skip to content

Commit

Permalink
tls off for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Dec 12, 2016
1 parent e391142 commit 009e982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/http/test_tls.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import os

from pulsar.apps.http import SSLError, HttpClient
from pulsar.apps.test import skipUnless
from pulsar.utils.system import platform

from tests.http import base


crt = os.path.join(os.path.dirname(__file__), 'ca_bundle')


@skipUnless(platform.type != 'win', 'Hangs on appveyor - need fixing')
class TestTlsHttpClient(base.TestHttpClient):
with_tls = True

Expand Down

0 comments on commit 009e982

Please sign in to comment.