This commit is contained in:
Pablo Suarez Hernandez 2016-06-09 21:33:06 +01:00 committed by Pablo Suárez Hernández
parent 9ac514724b
commit dabc5cab7e

View file

@ -119,7 +119,6 @@ class CoreGrainsTestCase(TestCase):
self.assertEqual(os_grains.get('os_family'), 'Debian')
@skipIf(not salt.utils.is_linux(), 'System is not Linux')
def test_suse_os_from_cpe_data(self):
'''