Skip to content

Commit

Permalink
Update flakey test from port re-use (vercel#60291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and agustints committed Jan 6, 2024
1 parent 73ebd20 commit 6497c2d
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 6497c2d

Please sign in to comment.