Skip to content

Commit

Permalink
disable test temporarily (#57368)
Browse files Browse the repository at this point in the history
It's flaky

Closes WEB-1849
  • Loading branch information
sokra authored Oct 24, 2023
1 parent 8433970 commit f42b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/development/basic/next-rs-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f42b692

Please sign in to comment.