diff --git a/src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs b/src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs index 55d07ee94f..742f6a6316 100644 --- a/src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs +++ b/src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs @@ -39,7 +39,7 @@ namespace FunctionalTests processStartInfo = new ProcessStartInfo { FileName = "cmd", - Arguments = "/c npm test --no-color", + Arguments = "/c npm test --no-color --no-watchman", }; } else @@ -47,7 +47,7 @@ namespace FunctionalTests processStartInfo = new ProcessStartInfo { FileName = "npm", - Arguments = "test", + Arguments = "test --no-watchman", }; }