Disable broken tests for now (#4242)

This commit is contained in:
NightKev 2024-09-13 20:48:25 -07:00 committed by GitHub
parent eea12a62f6
commit e6cffc6a93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ describe("Uncommon Breed - Mystery Encounter", () => {
expect(onInitResult).toBe(true);
});
describe("Option 1 - Fight", () => {
describe.skip("Option 1 - Fight", () => {
it("should have the correct properties", () => {
const option = UncommonBreedEncounter.options[0];
expect(option.optionMode).toBe(MysteryEncounterOptionMode.DEFAULT);