mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47314 from Ch3LL/net_mac_test
Skip netstat test on macosx as its not supported
This commit is contained in:
commit
910aff910f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class NetworkTest(ModuleCase):
|
|||
for out in exp_out:
|
||||
self.assertIn(out, ret.lower())
|
||||
|
||||
@skipIf(salt.utils.is_darwin(), 'not supported on macosx')
|
||||
def test_network_netstat(self):
|
||||
'''
|
||||
network.netstat
|
||||
|
|
Loading…
Add table
Reference in a new issue