Skip to content

Commit

Permalink
fix(testing): fix flaky test (#19625)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Oct 16, 2023
1 parent dbd084d commit a71eb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/src/cypress.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a71eb1b

Please sign in to comment.