Skip to content

Commit 661496b

Browse files
committed
test: deploy no longer fail, so ignore this test
1 parent 2e1f698 commit 661496b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/integration/edge-handler.test.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -628,12 +628,13 @@ describe('page router', () => {
628628
})
629629
})
630630

631-
test.skipIf(!nextVersionSatisfies('>=15.2.0'))<FixtureTestContext>(
632-
'should throw an Not Supported error when node middleware is used',
633-
async (ctx) => {
634-
await createFixture('middleware-node', ctx)
635-
await expect(runPlugin(ctx)).rejects.toThrow(
636-
'Only Edge Runtime Middleware is supported. Node.js Middleware is not supported.',
637-
)
638-
},
639-
)
631+
// this is now actually deploying
632+
// test.skipIf(!nextVersionSatisfies('>=15.2.0'))<FixtureTestContext>(
633+
// 'should throw an Not Supported error when node middleware is used',
634+
// async (ctx) => {
635+
// await createFixture('middleware-node', ctx)
636+
// await expect(runPlugin(ctx)).rejects.toThrow(
637+
// 'Only Edge Runtime Middleware is supported. Node.js Middleware is not supported.',
638+
// )
639+
// },
640+
// )

0 commit comments

Comments
 (0)