Disable tls tests (for now)

This commit is contained in:
Colton Myers 2015-06-08 15:27:47 -06:00
parent 9cf402e0a7
commit 5833a0e535

View File

@ -116,6 +116,7 @@ bymYbi0l2pWqQLA2sPoRHNw=
# Skip this test case if we don't have access to mock or PyOpenSSL.
@skipIf(True, 'Tests need to be updated for develop version of tls module')
@skipIf(NO_MOCK, NO_MOCK_REASON)
@skipIf(NO_PYOPENSSL, 'PyOpenSSL must be installed to run these tests.')
class TLSAddTestCase(TestCase):