Skip failing card cost verification during tests. Affected: "Erase", "Shrine Keeper".

This allows all tests to pass.
This commit is contained in:
Thomas Hess 2020-02-03 13:49:50 +01:00
parent 6297650c3b
commit e76b8d1a19
No known key found for this signature in database
GPG key ID: 98602F47D161B13C

View file

@ -102,9 +102,11 @@ public class VerifyCardDataTest {
skipListAddName(SKIP_LIST_COST, "KTK", "Erase");
skipListAddName(SKIP_LIST_COST, "M13", "Erase");
skipListAddName(SKIP_LIST_COST, "ULG", "Erase");
skipListAddName(SKIP_LIST_COST, "WC00", "Erase");
skipListAddName(SKIP_LIST_COST, "H17", "Grimlock, Dinobot Leader");
skipListAddName(SKIP_LIST_COST, "UST", "Everythingamajig");
skipListAddName(SKIP_LIST_COST, "THB", "Anax, Hardened in the Forge"); // until it's been corrected in MTGJSON
skipListAddName(SKIP_LIST_COST, "ANA", "Shrine Keeper"); // until it's been corrected in MTGJSON
// supertype
skipListCreate(SKIP_LIST_SUPERTYPE);