mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Only skip test on Windows
This commit is contained in:
parent
ec99a3ce3c
commit
1c01e06097
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from tests.support.mock import (
|
|||
)
|
||||
|
||||
|
||||
@skipIf(not sys.platform.startswith('darwin'), "Mac specific test")
|
||||
@skipIf(sys.platform.startswith('win'), "Not a Windows test")
|
||||
class MacPackageTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
return {macpackage: {}}
|
||||
|
|
Loading…
Add table
Reference in a new issue