Merge pull request #2195 from coreos-inc/fix-test-for-fulldb
Remove check that breaks under full db tests
This commit is contained in:
commit
a911fba650
1 changed files with 0 additions and 9 deletions
|
@ -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', {
|
||||
|
|
Reference in a new issue