forked from External/mage
temporarily disable test until fixed (#13855)
This commit is contained in:
parent
fcb4516166
commit
8284523be0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 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 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
|
// for automated local testing support
|
||||||
static {
|
static {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue