Skip to content

Commit df03b2d

Browse files
committed
server: tests: remove the hack on windows since now we get the good socket family
1 parent 53dbba1 commit df03b2d

File tree

1 file changed

+0
-2
lines changed
  • examples/server/tests/features/steps

1 file changed

+0
-2
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,6 @@ def start_server_background(context):
10511051
if 'LLAMA_SERVER_BIN_PATH' in os.environ:
10521052
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
10531053
server_listen_addr = context.server_fqdn
1054-
if os.name == 'nt':
1055-
server_listen_addr = '0.0.0.0'
10561054
server_args = [
10571055
'--host', server_listen_addr,
10581056
'--port', context.server_port,

0 commit comments

Comments
 (0)