Skip to content

Commit c3197dc

Browse files
committed
Merge pull request #850 from docker/mnowster-test-no-log-driver-specified
Rebased #798
2 parents 6e73f04 + b0bb4ff commit c3197dc

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)