Skip to content

Commit

Permalink
Update flakey test from port re-use (#60291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 5, 2024
1 parent a2288cb commit 2145292
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ describe('Edge runtime configurable guards', () => {
})
expect(output.stderr).not.toContain(`Build failed`)
expect(output.stderr).toContain(TELEMETRY_EVENT_NAME)
context.appPort = await findPort()
context.app = await nextStart(
context.appDir,
context.appPort,
Expand Down Expand Up @@ -453,6 +454,7 @@ describe('Edge runtime configurable guards', () => {
stderr: true,
})
expect(output.stderr).not.toContain(`Build failed`)
context.appPort = await findPort()
context.app = await nextStart(
context.appDir,
context.appPort,
Expand Down

0 comments on commit 2145292

Please sign in to comment.