From 998036b3998301dc53b0dc4700b91d0a9c630702 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 7 May 2024 13:21:56 -0400 Subject: chore: fix flaky net_listen_allow_localhost_4555 (#23726) Moves the test npm registry server port from `4558` to `426x` --- .../compile/node_modules_symlink_outside/main_compile_folder.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testdata/compile') diff --git a/tests/testdata/compile/node_modules_symlink_outside/main_compile_folder.out b/tests/testdata/compile/node_modules_symlink_outside/main_compile_folder.out index cfa6a0130..83db2ef40 100644 --- a/tests/testdata/compile/node_modules_symlink_outside/main_compile_folder.out +++ b/tests/testdata/compile/node_modules_symlink_outside/main_compile_folder.out @@ -1,5 +1,5 @@ -Download http://localhost:4558/@denotest/esm-basic -Download http://localhost:4558/@denotest/esm-basic/1.0.0.tgz +Download http://localhost:4260/@denotest/esm-basic +Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz Initialize @denotest/esm-basic@1.0.0 Check file:///[WILDCARD]/node_modules_symlink_outside/main.ts Compile file:///[WILDCARD]/node_modules_symlink_outside/main.ts to [WILDCARD] -- cgit v1.2.3