mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
disable dot test, need to find another package
This commit is contained in:
parent
68b1af1f37
commit
8ce74e0378
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user