fix: dispose e2e app runtime (#22316)

This commit is contained in:
Kit Langton 2026-04-13 11:36:56 -04:00 committed by GitHub
parent ca6200121b
commit 79cc15335e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -62,6 +62,7 @@ const seed = async () => {
})
} finally {
await Instance.disposeAll().catch(() => {})
await AppRuntime.dispose().catch(() => {})
}
}