Skip to content

Commit b0bb4ff

Browse files
committed
Merge branch 'test-no-log-driver-specified' of https://github.com/mnowster/docker-py into mnowster-test-no-log-driver-specified
Signed-off-by: Joffrey F <[email protected]>
2 parents fe858f5 + 7ed8eb5 commit b0bb4ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/container_test.py

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

298298
assert expected_msg in str(excinfo.value)
299299

300-
@pytest.mark.skipif(True,
301-
reason="https://github.com/docker/docker/issues/15633")
302300
def test_valid_no_log_driver_specified(self):
303301
log_config = docker.utils.LogConfig(
304302
type="",

0 commit comments

Comments
 (0)