Merge pull request #2195 from coreos-inc/fix-test-for-fulldb

Remove check that breaks under full db tests
This commit is contained in:
josephschorr 2016-12-02 20:07:27 -05:00 committed by GitHub
commit a911fba650

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', {