diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/copy/EssenceOfTheWildTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/copy/EssenceOfTheWildTest.java index 9cf9ae34d80..19d3072581c 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/copy/EssenceOfTheWildTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/copy/EssenceOfTheWildTest.java @@ -5,6 +5,7 @@ import mage.constants.Zone; import mage.game.Game; import mage.game.permanent.Permanent; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.mage.test.serverside.base.CardTestPlayerBase; @@ -64,6 +65,7 @@ public class EssenceOfTheWildTest extends CardTestPlayerBase { } @Test + @Ignore // TODO: enable for copy effect tests and random replacement effects fix public void test_CopyCreatureByCopied() { // essence copy to creature 1 -> creature 1 copy to creature addCard(Zone.BATTLEFIELD, playerA, "Essence of the Wild", 1);