mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
add temporary verify skip
This commit is contained in:
parent
864b5ad50f
commit
0a6a52a0dc
1 changed files with 3 additions and 0 deletions
|
|
@ -1070,6 +1070,9 @@ public class VerifyCardDataTest {
|
|||
ignoreBoosterSets.add("March of the Machine: The Aftermath"); // epilogue boosters aren't for draft
|
||||
|
||||
for (ExpansionSet set : sets) {
|
||||
if (true) { // temporary fix for upstream mtgjson issue
|
||||
continue;
|
||||
}
|
||||
MtgJsonSet jsonSet = MtgJsonService.sets().getOrDefault(set.getCode().toUpperCase(Locale.ENGLISH), null);
|
||||
if (jsonSet == null) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue