File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -628,12 +628,13 @@ describe('page router', () => {
628
628
} )
629
629
} )
630
630
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
+ // )
You can’t perform that action at this time.
0 commit comments