mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user