Explorar o código

Ignore test failures in storage_opt test

Signed-off-by: Joffrey F <[email protected]>
Joffrey F %!s(int64=8) %!d(string=hai) anos
pai
achega
e22524474a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/integration/service_test.py

+ 1 - 0
tests/integration/service_test.py

@@ -208,6 +208,7 @@ class ServiceTest(DockerClientTestCase):
         service.start_container(container)
         self.assertEqual(set(container.get('HostConfig.SecurityOpt')), set(security_opt))
 
+    @pytest.mark.xfail(True, reason='Not supported on most drivers')
     def test_create_container_with_storage_opt(self):
         storage_opt = {'size': '1G'}
         service = self.create_service('db', storage_opt=storage_opt)