From 7ed8eb5da9805d1155ded88fc65d2f62e2d29613 Mon Sep 17 00:00:00 2001 From: Mazz Mosley Date: Thu, 1 Oct 2015 14:19:34 +0100 Subject: [PATCH] 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 --- tests/integration_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration_test.py b/tests/integration_test.py index a5a25e58..e8c6b000 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="",