mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
skip one more test
This commit is contained in:
parent
ae9b5a75e8
commit
4a233a701a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ import mage.constants.ManaType;
|
|||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import mage.counters.CounterType;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
@ -90,6 +91,7 @@ public class VorinclexVoiceOfHungerTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testCastWithGemstoneCavern() {
|
||||
// Trample
|
||||
// Whenever you tap a land for mana, add one mana of any type that land produced.
|
||||
|
|
Loading…
Reference in a new issue