Skip to content

Commit

Permalink
Re-enable tls_proxy test in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jun 24, 2024
1 parent 0bd28d6 commit ac8be52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,9 +1299,7 @@ def cli_tls_http_server_tests(tmp_dir):
tls_server.kill()

def cli_tls_proxy_tests(tmp_dir):
# In the Windows GitHub CI this sometimes fails, for reasons unknown.
# The connectionn to the TLS proxy is forcibly closed by the remote host.
if not run_socket_tests() or platform.system() == 'Windows' or not check_for_command("tls_proxy"):
if not run_socket_tests() or not check_for_command("tls_proxy"):
return

server_port = port_for('tls_proxy_backend')
Expand Down

0 comments on commit ac8be52

Please sign in to comment.