summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMazz Mosley <mazz@houseofmnowster.com>2015-10-01 14:19:34 +0100
committerMazz Mosley <mazz@houseofmnowster.com>2015-10-01 14:19:34 +0100
commit7ed8eb5da9805d1155ded88fc65d2f62e2d29613 (patch)
treea1e7e7b27dcc492868bea5824faa5e166e59f46d
parent7884ab9fe2c3b36209727821f81d322f2ade1b60 (diff)
downloaddocker-py-7ed8eb5da9805d1155ded88fc65d2f62e2d29613.tar.gz
Remove skip test
It has been reported that the bug in docker has now been fixed so we can re-instate this test. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
-rw-r--r--tests/integration_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration_test.py b/tests/integration_test.py
index a5a25e5..e8c6b00 100644
--- a/tests/integration_test.py
+++ b/tests/integration_test.py
@@ -380,8 +380,6 @@ class CreateContainerWithLogConfigTest(BaseTestCase):
assert expected_msg in str(excinfo.value)
- @pytest.mark.skipif(True,
- reason="https://github.com/docker/docker/issues/15633")
def test_valid_no_log_driver_specified(self):
log_config = docker.utils.LogConfig(
type="",