mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Mark a flaky test as TODO
This commit is contained in:
parent
864199a8e0
commit
bf3b1ca131
@ -127,7 +127,8 @@ describe("The Expert Pokémon Breeder - Mystery Encounter", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should start battle against the trainer with correctly loaded assets", async () => {
|
// TODO: This is a flaky test that needs to have its fishy logic revisited
|
||||||
|
it.todo("should start battle against the trainer with correctly loaded assets", async () => {
|
||||||
await game.runToMysteryEncounter(MysteryEncounterType.THE_EXPERT_POKEMON_BREEDER, defaultParty);
|
await game.runToMysteryEncounter(MysteryEncounterType.THE_EXPERT_POKEMON_BREEDER, defaultParty);
|
||||||
|
|
||||||
let successfullyLoaded = false;
|
let successfullyLoaded = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user