Merge pull request #47314 from Ch3LL/net_mac_test

Skip netstat test on macosx as its not supported
This commit is contained in:
Nicole Thomas 2018-04-26 12:00:36 -04:00 committed by GitHub
commit 910aff910f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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