mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
chore: skip circular hmr ssr test temporarily (#18114)
This commit is contained in:
parent
ba56cf43b5
commit
adf379963a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user