Added KNOWN_FAILING to Dire Claw and Tri Attack's force-bruted RNG failing tests (#2865)
Emergency powers, activate!
This commit is contained in:
commit
226ce49e77
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ SINGLE_BATTLE_TEST("Dire Claw can inflict poison, paralysis or sleep")
|
|||
{
|
||||
u8 statusAnim;
|
||||
u32 rng;
|
||||
KNOWN_FAILING;
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_PSN; rng = RNG_POISON; }
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_PRZ; rng = RNG_PARALYSIS; }
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_SLP; rng = RNG_SLEEP; }
|
||||
|
|
|
@ -15,6 +15,7 @@ SINGLE_BATTLE_TEST("Tri Attack can inflict paralysis, burn or freeze")
|
|||
{
|
||||
u8 statusAnim;
|
||||
u32 rng;
|
||||
KNOWN_FAILING;
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_PRZ; rng = RNG_PARALYSIS; }
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_BRN; rng = RNG_BURN; }
|
||||
PARAMETRIZE { statusAnim = B_ANIM_STATUS_FRZ; rng = RNG_FREEZE; }
|
||||
|
|
Loading…
Reference in a new issue