[load] put loading tests to ignore (should be executed manually)

This commit is contained in:
magenoxx 2012-05-01 11:53:22 +04:00
parent 1bf788a4e1
commit 29f602920d

View file

@ -15,6 +15,7 @@ import mage.view.GameTypeView;
import mage.view.TableView;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@ -76,6 +77,7 @@ public class LoadTest {
* @throws Exception
*/
@Test
@Ignore
public void testStartGame() throws Exception {
DeckCardLists deckList = createDeck();