disable dot test, need to find another package

This commit is contained in:
Thomas S Hatch 2014-02-11 09:40:35 -07:00
parent 68b1af1f37
commit 8ce74e0378

View File

@ -257,7 +257,7 @@ class PkgTest(integration.ModuleCase,
@destructiveTest
@skipIf(salt.utils.is_windows(), 'minion is windows')
@requires_system_grains
def test_pkg_with_dot_in_pkgname(self, grains=None):
def no_test_pkg_with_dot_in_pkgname(self, grains=None):
'''
This tests for the regression found in the following issue:
https://github.com/saltstack/salt/issues/8614