Skip to content

Commit 19e8393

Browse files
chore: disable next page warmer (#2602)
Co-authored-by: ScriptedAlchemy <[email protected]>
1 parent 766de80 commit 19e8393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/3000-home/cypress/e2e/app.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('3000-home/', () => {
44
beforeEach(() => cy.visit('/'));
55

66
describe('Warmup Next', () => {
7-
it('warms pages concurrently', () => {
7+
xit('warms pages concurrently', () => {
88
const urls = [
99
'/shop',
1010
'/checkout',

apps/3001-shop/cypress/e2e/app.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('3001-shop/', () => {
66
});
77

88
describe('Warmup Next', () => {
9-
it('warms pages concurrently', () => {
9+
xit('warms pages concurrently', () => {
1010
const urls = [
1111
'/shop',
1212
'/checkout',

apps/3002-checkout/cypress/e2e/app.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('3002-checkout/', () => {
44
beforeEach(() => cy.visit('/'));
55

66
describe('Warmup Next', () => {
7-
it('warms pages concurrently', () => {
7+
xit('warms pages concurrently', () => {
88
const urls = [
99
'/shop',
1010
'/checkout',

0 commit comments

Comments
 (0)