From a71eb1bea7efaf987d51e7f845a2d6646bbd398d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Mon, 16 Oct 2023 12:35:18 +0200 Subject: [PATCH] fix(testing): fix flaky test (#19625) --- e2e/cypress/src/cypress.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/cypress/src/cypress.test.ts b/e2e/cypress/src/cypress.test.ts index d4d15e7806297..9528ea34f777b 100644 --- a/e2e/cypress/src/cypress.test.ts +++ b/e2e/cypress/src/cypress.test.ts @@ -160,6 +160,7 @@ describe('env vars', () => { async () => { // ensure ports are free before running tests await killPort(4200); + await killPort(4201); const ngAppName = uniq('ng-app'); runCLI(