Skip to content

Commit ab838e9

Browse files
committed
chore: added another test to skip for now
1 parent 713a740 commit ab838e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ describe('the dev middleware watcher', () => {
19501950
expect(middlewareExists()).toBeTruthy()
19511951
})
19521952

1953-
it('should not compile middleware if more than one middleware file exists', async () => {
1953+
it.skip('should not compile middleware if more than one middleware file exists', async () => {
19541954
console.log('starting should not compile middleware if more than one middleware file exists')
19551955
await moveNextDist('.next', true)
19561956
const { watcher, isReady, nextBuild } = watchForMiddlewareChanges(process.cwd())

0 commit comments

Comments
 (0)