|
@@ -210,7 +210,8 @@ 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')
|
|
|
+ # @pytest.mark.xfail(True, reason='Not supported on most drivers')
|
|
|
+ @pytest.mark.skipif(True, reason='https://github.com/moby/moby/issues/34270')
|
|
|
def test_create_container_with_storage_opt(self):
|
|
|
storage_opt = {'size': '1G'}
|
|
|
service = self.create_service('db', storage_opt=storage_opt)
|