diff --git a/tests/unit/modules/test_xml.py b/tests/unit/modules/test_xml.py index c21128723f90..e80185efe9be 100644 --- a/tests/unit/modules/test_xml.py +++ b/tests/unit/modules/test_xml.py @@ -12,10 +12,6 @@ from tests.support.mixins import LoaderModuleMockMixin from tests.support.unit import TestCase, skipIf -from tests.support.mock import ( - NO_MOCK, - NO_MOCK_REASON -) XML_STRING = ''' @@ -33,7 +29,6 @@ ''' -@skipIf(NO_MOCK, NO_MOCK_REASON) class XmlTestCase(TestCase, LoaderModuleMockMixin): ''' Test cases for salt.modules.xml