diff --git a/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts b/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts index 82ed558e6db..04a475f4553 100644 --- a/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts +++ b/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts @@ -247,7 +247,8 @@ describe("Clowning Around - Mystery Encounter", () => { }); }); - it("should randomize held items of the Pokemon with the most items, and not the held items of other pokemon", async () => { + // TODO: temporarily disabled until the ME/test can be fixed + it.todo("should randomize held items of the Pokemon with the most items, and not the held items of other pokemon", async () => { await game.runToMysteryEncounter(MysteryEncounterType.CLOWNING_AROUND, defaultParty); // Set some moves on party for attack type booster generation