There was an error while loading. Please reload this page.
1 parent 5d3eda6 commit 450d100Copy full SHA for 450d100
tests/integration/api_container_test.py
@@ -1217,6 +1217,8 @@ def test_run_container_reading_socket_http(self):
1217
data = read_exactly(pty_stdout, next_size)
1218
assert data.decode('utf-8') == line
1219
1220
+ @pytest.mark.xfail(condition=bool(os.environ.get('DOCKER_CERT_PATH', '')),
1221
+ reason='DOCKER_CERT_PATH not respected for websockets')
1222
def test_run_container_reading_socket_ws(self):
1223
line = 'hi there and stuff and things, words!'
1224
# `echo` appends CRLF, `printf` doesn't
0 commit comments