From e76b8d1a19d05f6949dd4f29f8b53ab15d87d30d Mon Sep 17 00:00:00 2001 From: Thomas Hess Date: Mon, 3 Feb 2020 13:49:50 +0100 Subject: [PATCH] Skip failing card cost verification during tests. Affected: "Erase", "Shrine Keeper". This allows all tests to pass. --- Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 9c0eeb7de1..a7c4e0026a 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -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);