mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[load] put loading tests to ignore (should be executed manually)
This commit is contained in:
parent
1bf788a4e1
commit
29f602920d
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue