Skip to content

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/e2e/app-dir/parallel-routes-and-interception-nested-dynamic-routes/parallel-routes-and-interception-nested-dynamic-routes.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { nextTestSetup } from 'e2e-utils'
33
describe('parallel-routes-and-interception-nested-dynamic-routes', () => {
44
const { next } = nextTestSetup({
55
files: __dirname,
6+
// TODO: re-enable when resolved related thread
7+
// https://vercel.slack.com/archives/C07UCHRBWGK/p1759165345308879
8+
skipDeployment: true,
69
})
710

811
it('should intercept the route for nested dynamic routes', async () => {

test/e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import type * as Playwright from 'playwright'
33
import { createRouterAct } from '../router-act'
44

55
describe('segment cache (staleness)', () => {
6-
const { next, isNextDev } = nextTestSetup({
6+
const { next, isNextDev, isNextDeploy } = nextTestSetup({
77
files: __dirname,
88
})
9-
if (isNextDev) {
9+
if (isNextDev || isNextDeploy) {
1010
test('disabled in development / deployment', () => {})
1111
return
1212
}

0 commit comments

Comments
 (0)