forked from External/mage
Ignored Integration tests (would fail when building Mage Client)
This commit is contained in:
parent
12027369a5
commit
263c937133
2 changed files with 7 additions and 5 deletions
|
|
@ -1,15 +1,16 @@
|
|||
package mage.client.game;
|
||||
|
||||
import javax.swing.SwingUtilities;
|
||||
|
||||
import mage.client.MageFrame;
|
||||
import mage.client.components.MageComponents;
|
||||
import mage.client.components.MageUI;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* @author ayratn
|
||||
*/
|
||||
@Ignore
|
||||
public class StartMultiGamesTest {
|
||||
|
||||
private final static Logger logger = Logger.getLogger(StartMultiGamesTest.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue