mirror of https://github.com/docker/docker-py.git
Merge pull request #850 from docker/mnowster-test-no-log-driver-specified
Rebased #798
This commit is contained in:
commit
c3197dcce7
|
@ -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