mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Removed start multi game test running on every mvn package.
This commit is contained in:
parent
1fcac53bf7
commit
7e95b78308
1 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,7 @@ public class StartMultiGamesTest {
|
|||
private MageUI ui;
|
||||
|
||||
public static void main(String[] argv) throws Exception {
|
||||
new StartMultiGamesTest().testMultiGames();
|
||||
|
||||
new StartMultiGamesTest().startMultiGames();
|
||||
}
|
||||
|
||||
//@Test
|
||||
|
@ -33,7 +32,7 @@ public class StartMultiGamesTest {
|
|||
|
||||
}
|
||||
|
||||
public void testMultiGames() throws Exception {
|
||||
public void startMultiGames() throws Exception {
|
||||
for (int i = 0; i < GAME_START_COUNT; i++) {
|
||||
logger.log(Level.INFO, "Starting game");
|
||||
startGame();
|
||||
|
|
Loading…
Reference in a new issue