Skip to content

Commit 983b23a

Browse files
authored
Merge branch 'main' into repro-cookies
2 parents 0fe1289 + 40c308f commit 983b23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/default/appdir.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('appDir', () => {
2929
})
3030
})
3131

32-
it('returns a vary header for RSC data requests to ISR pages', () => {
32+
it.skip('returns a vary header for RSC data requests to ISR pages', () => {
3333
cy.request({
3434
url: '/blog/erica/',
3535
followRedirect: false,
@@ -41,7 +41,7 @@ describe('appDir', () => {
4141
})
4242
})
4343

44-
it('returns a vary header for non-RSC data requests to ISR pages', () => {
44+
it.skip('returns a vary header for non-RSC data requests to ISR pages', () => {
4545
cy.request({
4646
url: '/blog/erica/',
4747
followRedirect: false,

0 commit comments

Comments
 (0)