mirror of
https://github.com/correl/mage.git
synced 2025-03-30 09:08:36 -09:00
Set the convoke tests to ignore, because they don't work after the rework of convoke and delve.
This commit is contained in:
parent
887cc094c9
commit
48e08d94ce
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,7 @@ import mage.constants.Zone;
|
|||
import mage.filter.common.FilterLandPermanent;
|
||||
import mage.game.permanent.Permanent;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
@ -43,7 +44,13 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
|
||||
public class ConvokeTest extends CardTestPlayerBase {
|
||||
|
||||
/*
|
||||
Test are set to Ignore because the new way to handle this alternate mana payment methods
|
||||
are not supported yet from AI and getPlayable logic.
|
||||
*/
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testConvokeTwoCreatures() {
|
||||
/**
|
||||
* Ephemeral Shields {1}{W}
|
||||
|
@ -87,6 +94,7 @@ public class ConvokeTest extends CardTestPlayerBase {
|
|||
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testConvokeTwoCreaturesOneWithProtection() {
|
||||
/**
|
||||
* Ephemeral Shields {1}{W}
|
||||
|
|
Loading…
Add table
Reference in a new issue