mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
added ignore flag to test until framework supports blocking multiple creatures
This commit is contained in:
parent
b81118a64d
commit
68aa9d7c13
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ package org.mage.test.combat;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
@ -38,6 +39,8 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*/
|
||||
public class WatcherInTheWebMultipleBlocks extends CardTestPlayerBase {
|
||||
|
||||
// test must be ignored until creature blocking multiple supported by test framework
|
||||
@Ignore
|
||||
@Test
|
||||
public void testCombat() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Watcher in the Web", 1);
|
||||
|
|
Loading…
Reference in a new issue