Skip to content

Commit

Permalink
Fix failing test case (#70075)
Browse files Browse the repository at this point in the history
This test case isn't guaranteed to always have the value in the output
so removes for now.
  • Loading branch information
ijjk authored Sep 13, 2024
1 parent 555bd06 commit 94f75b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/app-dir/app/flying-shuttle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ import { nextTestSetup, isNextStart } from 'e2e-utils'

checkErrorLogs()

expect(next.cliOutput).toContain('/not-found')

const browser = await next.browser('/non-existent/path')
await retry(async () => {
expect(
Expand Down

0 comments on commit 94f75b4

Please sign in to comment.