Skip to content

Commit 7ed8eb5

Browse files
committed
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 <[email protected]>
1 parent 7884ab9 commit 7ed8eb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ def test_invalid_log_driver_raises_exception(self):
380380

381381
assert expected_msg in str(excinfo.value)
382382

383-
@pytest.mark.skipif(True,
384-
reason="https://github.com/docker/docker/issues/15633")
385383
def test_valid_no_log_driver_specified(self):
386384
log_config = docker.utils.LogConfig(
387385
type="",

0 commit comments

Comments
 (0)