mirror of
https://github.com/docker/compose.git
synced 2025-07-27 23:54:04 +02:00
Add v3_only marker to healthcheck test
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
9cb6a70b6f
commit
fb165d9c15
@ -928,6 +928,7 @@ class CLITestCase(DockerClientTestCase):
|
||||
assert foo_container.get('HostConfig.NetworkMode') == \
|
||||
'container:{}'.format(bar_container.id)
|
||||
|
||||
@v3_only()
|
||||
def test_up_with_healthcheck(self):
|
||||
def wait_on_health_status(container, status):
|
||||
def condition():
|
||||
|
Loading…
x
Reference in New Issue
Block a user