From a565251b58769854d3bb3843b0c2b22342e086d1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 2 Dec 2016 17:46:01 -0500 Subject: [PATCH] Remove check that breaks under full db tests --- test/test_validate_config.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/test_validate_config.py b/test/test_validate_config.py index 12f0edd83..27cca658d 100644 --- a/test/test_validate_config.py +++ b/test/test_validate_config.py @@ -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', {