We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e73f04 + b0bb4ff commit c3197dcCopy full SHA for c3197dc
tests/integration/container_test.py
@@ -297,8 +297,6 @@ def test_invalid_log_driver_raises_exception(self):
297
298
assert expected_msg in str(excinfo.value)
299
300
- @pytest.mark.skipif(True,
301
- reason="https://github.com/docker/docker/issues/15633")
302
def test_valid_no_log_driver_specified(self):
303
log_config = docker.utils.LogConfig(
304
type="",
0 commit comments