Skip to content

Commit

Permalink
Update flakey build output test (#51625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 21, 2023
1 parent 343438f commit 4a50743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/build-output/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ describe('Build Output', () => {
expect(stdout).toContain('○ /')
})

it('should not deviate from snapshot', async () => {
// TODO: change format of this test to be more reliable
it.skip('should not deviate from snapshot', async () => {
console.log(stdout)

if (process.env.NEXT_PRIVATE_SKIP_SIZE_TESTS) {
Expand Down

0 comments on commit 4a50743

Please sign in to comment.