mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 02:29:25 +01:00
[Test] Disable flaky Delibirdy ME test temporarily
This commit is contained in:
parent
8efc05904e
commit
18dcde63d7
@ -357,7 +357,8 @@ describe("Delibird-y - Mystery Encounter", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("Should decrease held item stacks and give the player a Healing Charm", async () => {
|
||||
// TODO: fix mocking of events (and remove `BattleScene#eventManager`)
|
||||
it.skip("Should decrease held item stacks and give the player a Healing Charm", async () => {
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.DELIBIRDY, defaultParty);
|
||||
|
||||
// Set 2 Soul Dew on party lead
|
||||
|
||||
Loading…
Reference in New Issue
Block a user