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.
1 parent 7884ab9 commit 7ed8eb5Copy full SHA for 7ed8eb5
tests/integration_test.py
@@ -380,8 +380,6 @@ def test_invalid_log_driver_raises_exception(self):
380
381
assert expected_msg in str(excinfo.value)
382
383
- @pytest.mark.skipif(True,
384
- reason="https://github.com/docker/docker/issues/15633")
385
def test_valid_no_log_driver_specified(self):
386
log_config = docker.utils.LogConfig(
387
type="",
0 commit comments