Enable test_deploy ssh test

This commit is contained in:
Ch3LL 2017-11-09 15:24:49 -05:00
parent cc08ad2edc
commit e952cd6712
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -6,11 +6,9 @@ salt-ssh testing
from __future__ import absolute_import
# Import salt testing libs
from tests.support.unit import skipIf
from tests.support.case import SSHCase
@skipIf(True, 'Not ready for production')
class SSHTest(SSHCase):
'''
Test general salt-ssh functionality