mirror of https://github.com/docker/compose.git
Remove the now unneeded version qualifier
Signed-off-by: Eric Hripko <ehripko@bloomberg.net>
This commit is contained in:
parent
efb5601323
commit
a8511e0884
|
@ -1681,7 +1681,6 @@ services:
|
|||
host_mode_container = self.project.get_service('host').containers()[0]
|
||||
assert host_mode_container.get('HostConfig.PidMode') == 'host'
|
||||
|
||||
@v2_only()
|
||||
@no_cluster('Container IPC mode does not work across clusters')
|
||||
def test_up_with_ipc_mode(self):
|
||||
c = self.client.create_container(
|
||||
|
|
Loading…
Reference in New Issue