mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49245 from dwoz/skip_grep_windows
Skip grep unit tests on windows
This commit is contained in:
commit
6d023cab6e
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