mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip grep unit tests on windows
These tests are specific to unix like platforms that have grep installed. On windows we use the win_file module.
This commit is contained in:
parent
60605f0248
commit
e30589194e
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ class FileBlockReplaceTestCase(TestCase, LoaderModuleMockMixin):
|
|||
)
|
||||
|
||||
|
||||
@skipIf(salt.platform.is_windows(), 'Skip on windows')
|
||||
class FileGrepTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue