Mark a flaky test as TODO

This commit is contained in:
Sirz Benjie 2025-09-15 23:42:56 -05:00
parent 864199a8e0
commit bf3b1ca131
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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);
let successfullyLoaded = false;