mirror of https://github.com/docker/docker-py.git
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 <joffrey@docker.com>
This commit is contained in:
commit
b0bb4ff3a4
|
@ -297,8 +297,6 @@ class CreateContainerTest(api_test.BaseTestCase):
|
|||
|
||||
assert expected_msg in str(excinfo.value)
|
||||
|
||||
@pytest.mark.skipif(True,
|
||||
reason="https://github.com/docker/docker/issues/15633")
|
||||
def test_valid_no_log_driver_specified(self):
|
||||
log_config = docker.utils.LogConfig(
|
||||
type="",
|
||||
|
|
Loading…
Reference in New Issue