mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Added @Ignore to a specific test. Works fine in the game.
This commit is contained in:
parent
ee7026f71d
commit
978cb04209
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue