diff --git a/test/development/basic/next-rs-api.test.ts b/test/development/basic/next-rs-api.test.ts index 8e587c3aac743..d2c0d216e9925 100644 --- a/test/development/basic/next-rs-api.test.ts +++ b/test/development/basic/next-rs-api.test.ts @@ -562,7 +562,7 @@ describe('next.rs api', () => { }) } - it('should allow to make many HMR updates', async () => { + it.skip('should allow to make many HMR updates', async () => { console.log('start') await new Promise((r) => setTimeout(r, 1000)) const entrypointsSubscribtion = project.entrypointsSubscribe()