We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbc271 commit 70c2620Copy full SHA for 70c2620
cypress/integration/default/appdir.spec.ts
@@ -29,7 +29,7 @@ describe('appDir', () => {
29
})
30
31
32
- 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', () => {
33
cy.request({
34
url: '/blog/erica/',
35
followRedirect: false,
@@ -41,7 +41,7 @@ describe('appDir', () => {
41
42
43
44
- 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', () => {
45
46
47
0 commit comments