diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 89e3cbf4d02..5f2270a93cc 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -87,7 +87,7 @@ public class VerifyCardDataTest { private static String FULL_ABILITIES_CHECK_SET_CODES = ""; // check ability text due mtgjson, can use multiple sets like MAT;CMD or * for all private static boolean CHECK_ONLY_ABILITIES_TEXT = false; // use when checking text locally, suppresses unnecessary checks and output messages - private static final boolean CHECK_COPYABLE_FIELDS = true; // disable for better verify test performance + private static final boolean CHECK_COPYABLE_FIELDS = false; // disable for better verify test performance TODO: this is failing on the remote build, needs to be investigated see https://github.com/magefree/mage/issues/13855 // for automated local testing support static {