We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c5c00 commit 12d73c6Copy full SHA for 12d73c6
tests/integration/api_container_test.py
@@ -1252,6 +1252,9 @@ def test_attach_no_stream(self):
1252
@pytest.mark.timeout(10)
1253
@pytest.mark.skipif(os.environ.get('DOCKER_HOST', '').startswith('ssh://'),
1254
reason='No cancellable streams over SSH')
1255
+ @pytest.mark.xfail(condition=os.environ.get('DOCKER_TLS_VERIFY') or
1256
+ os.environ.get('DOCKER_CERT_PATH'),
1257
+ reason='Flaky test on TLS')
1258
def test_attach_stream_and_cancel(self):
1259
container = self.client.create_container(
1260
BUSYBOX, 'sh -c "sleep 2 && echo hello && sleep 60"',
0 commit comments