mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test_fstype on Windows
no lsblk on Windows
This commit is contained in:
parent
b9ad4bba2d
commit
e5a96fe00f
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ class DiskTestCase(TestCase, LoaderModuleMockMixin):
|
|||
with patch.dict(disk.__salt__, {'cmd.retcode': mock}):
|
||||
self.assertEqual(disk.format_(device), True)
|
||||
|
||||
@skipIf(not salt.utils.which('lsblk'), 'lsblk not found')
|
||||
def test_fstype(self):
|
||||
'''
|
||||
unit tests for disk.fstype
|
||||
|
|
Loading…
Add table
Reference in a new issue