File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1080,7 +1080,6 @@ def test_kill_with_signal_integer(self):
1080
1080
1081
1081
class PortTest (BaseAPIIntegrationTest ):
1082
1082
def test_port (self ):
1083
-
1084
1083
port_bindings = {
1085
1084
'1111' : ('127.0.0.1' , '4567' ),
1086
1085
'2222' : ('127.0.0.1' , '4568' )
@@ -1260,6 +1259,9 @@ def test_attach_no_stream(self):
1260
1259
@pytest .mark .timeout (5 )
1261
1260
@pytest .mark .skipif (os .environ .get ('DOCKER_HOST' , '' ).startswith ('ssh://' ),
1262
1261
reason = 'No cancellable streams over SSH' )
1262
+ @pytest .mark .xfail (condition = os .environ .get ('DOCKER_TLS_VERIFY' ) or
1263
+ os .environ .get ('DOCKER_CERT_PATH' ),
1264
+ reason = 'Flaky test on TLS' )
1263
1265
def test_attach_stream_and_cancel (self ):
1264
1266
container = self .client .create_container (
1265
1267
BUSYBOX , 'sh -c "echo hello && sleep 60"' ,
You can’t perform that action at this time.
0 commit comments