chore: skip circular hmr ssr test temporarily (#18114)

This commit is contained in:
Bjorn Lu 2024-09-16 21:36:21 +08:00 committed by GitHub
parent ba56cf43b5
commit adf379963a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -860,7 +860,11 @@ if (!isBuild) {
})
})
test('hmr should not reload if no accepted within circular imported files', async () => {
test('hmr should not reload if no accepted within circular imported files', async (ctx) => {
// TODO: Investigate race condition that causes an inconsistent behaviour for the last `untilUpdated`
// assertion where it'll sometimes receive "mod-a -> mod-b (edited) -> mod-c -> mod-a (expected no error)"
ctx.skip()
await setupModuleRunner('/circular/index')
const el = () => hmr('.circular')
expect(el()).toBe(