diff --git a/test/integration/build-output/test/index.test.js b/test/integration/build-output/test/index.test.js index 3724ddb725d11..9c9742d943b6a 100644 --- a/test/integration/build-output/test/index.test.js +++ b/test/integration/build-output/test/index.test.js @@ -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) {