diff --git a/cypress/integration/default/appdir.spec.ts b/cypress/integration/default/appdir.spec.ts index e944844955..d684b3da1d 100644 --- a/cypress/integration/default/appdir.spec.ts +++ b/cypress/integration/default/appdir.spec.ts @@ -29,7 +29,7 @@ describe('appDir', () => { }) }) - it('returns a vary header for RSC data requests to ISR pages', () => { + it.skip('returns a vary header for RSC data requests to ISR pages', () => { cy.request({ url: '/blog/erica/', followRedirect: false, @@ -41,7 +41,7 @@ describe('appDir', () => { }) }) - it('returns a vary header for non-RSC data requests to ISR pages', () => { + it.skip('returns a vary header for non-RSC data requests to ISR pages', () => { cy.request({ url: '/blog/erica/', followRedirect: false,