Skip to content

Commit 0582782

Browse files
committed
test: skip skew protection / buildbot tests
1 parent ccb1b9d commit 0582782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/skew-protection.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ const test = baseTest.extend<
152152
],
153153
})
154154

155-
test.describe('Skew Protection', () => {
155+
// buildbot deploy not working due to cli-patching, skipping for now, until need to patching is removed
156+
test.describe.skip('Skew Protection', () => {
156157
test.describe('App Router', () => {
157158
test('should scope next/link navigation to initial deploy', async ({
158159
page,

0 commit comments

Comments
 (0)