diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/ProwlTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/ProwlTest.java index 7dd95c4e919..894073777c5 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/ProwlTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/ProwlTest.java @@ -7,6 +7,7 @@ package org.mage.test.cards.abilities.keywords; import mage.constants.PhaseStep; import mage.constants.Zone; +import org.junit.Ignore; import org.junit.Test; import org.mage.test.serverside.base.CardTestPlayerBase; @@ -16,9 +17,9 @@ import org.mage.test.serverside.base.CardTestPlayerBase; */ public class ProwlTest extends CardTestPlayerBase { + @Ignore // have not figured out how to have the test API cast a card using Prowl yet @Test - public void testBasicProwlCasting() { - + public void testBasicProwlCasting() { // Auntie's Snitch {2}{B} Creature — Goblin Rogue (3/1) // Auntie's Snitch can't block. // Prowl {1}{B} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Goblin or Rogue.) @@ -46,6 +47,7 @@ public class ProwlTest extends CardTestPlayerBase { * Reported bug: Prowl is not taking into consideration other cost reducing effects. For instance Goblin Warchief * does not reduce the Prowl cost of other Goblin cards with Prowl ability. */ + @Ignore // have not figured out how to have the test API cast a card using Prowl yet @Test public void testProwlWithCostDiscount() {