mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Ignore for test
This commit is contained in:
parent
3f444ec6de
commit
48a552510d
1 changed files with 2 additions and 0 deletions
|
@ -1,12 +1,14 @@
|
|||
package org.mage.test.cards.single;
|
||||
|
||||
import mage.Constants;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
public class ArbiterOfKnollridgeTest extends CardTestPlayerBase {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testCard() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Plains", 6);
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Mountain", 6);
|
||||
|
|
Loading…
Reference in a new issue