Skip snapper tests on Windows

This commit is contained in:
twangboy 2017-09-26 17:12:37 -06:00
parent 2581098595
commit b41b9c8378
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -141,6 +141,7 @@ MODULE_RET = {
}
@skipIf(sys.platform.startswith('win'), 'Snapper not available on Windows')
@skipIf(NO_MOCK, NO_MOCK_REASON)
class SnapperTestCase(TestCase, LoaderModuleMockMixin):