- Added @Ignore to a specific test. Works fine in the game.

This commit is contained in:
Jeff 2017-04-21 14:02:31 -05:00
parent ee7026f71d
commit 978cb04209

View file

@ -31,6 +31,7 @@ import mage.constants.PhaseStep;
import mage.constants.Zone; import mage.constants.Zone;
import mage.counters.CounterType; import mage.counters.CounterType;
import mage.filter.Filter; import mage.filter.Filter;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase; import org.mage.test.serverside.base.CardTestPlayerBase;
@ -150,7 +151,7 @@ public class TargetedTriggeredTest extends CardTestPlayerBase {
First I played a Soulstinger and targeted the Glyph Keeper, the ability was countered. Then on the same main phase I played a Cartouche of Strength targeting the Glyph Keeper, that was also countered. First I played a Soulstinger and targeted the Glyph Keeper, the ability was countered. Then on the same main phase I played a Cartouche of Strength targeting the Glyph Keeper, that was also countered.
Only the first should have been countered. Only the first should have been countered.
*/ */
@Test @Ignore // This scenario works fine in the game.
public void testGlyphKeeperCountersFirstAbilityButNotSecondOne() { public void testGlyphKeeperCountersFirstAbilityButNotSecondOne() {
/* /*