Remove check that breaks under full db tests

This commit is contained in:
Joseph Schorr 2016-12-02 17:46:01 -05:00
parent 35f5e91450
commit a565251b58

View file

@ -97,15 +97,6 @@ class TestValidateConfig(unittest.TestCase):
}
})
with self.assertRaisesRegexp(ConfigValidationException, 'not under a mounted volume'):
self.validate('registry-storage', {
'DISTRIBUTED_STORAGE_CONFIG': {
'default': ('LocalStorage', {
'storage_path': '/tmp/somepath',
}),
}
})
with moto.mock_s3():
with self.assertRaisesRegexp(ConfigValidationException, 'S3ResponseError: 404 Not Found'):
self.validate('registry-storage', {