mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 10:39:15 +01:00
[Test] Disable other flaky Delibirdy ME test
This commit is contained in:
parent
407ad49a72
commit
36b138333d
@ -379,7 +379,8 @@ describe("Delibird-y - Mystery Encounter", () => {
|
||||
expect(healingCharmAfter?.stackCount).toBe(1);
|
||||
});
|
||||
|
||||
it("Should remove held item and give the player a Healing Charm", async () => {
|
||||
// TODO: fix mocking of events (and remove `BattleScene#eventManager`)
|
||||
it.todo("Should remove held item and give the player a Healing Charm", async () => {
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.DELIBIRDY, defaultParty);
|
||||
|
||||
// Set 1 Soul Dew on party lead
|
||||
|
||||
Loading…
Reference in New Issue
Block a user