mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Disabled outdated tests
This commit is contained in:
@@ -16,7 +16,7 @@ import forge.gamesimulationtests.util.playeractions.testactions.EndTestAction;
|
|||||||
import forge.gamesimulationtests.util.playeractions.testactions.PlayerAssertAction;
|
import forge.gamesimulationtests.util.playeractions.testactions.PlayerAssertAction;
|
||||||
|
|
||||||
public class ComprehensiveRulesSection103 extends BaseGameSimulationTest {
|
public class ComprehensiveRulesSection103 extends BaseGameSimulationTest {
|
||||||
@Test
|
@Test(enabled = false)
|
||||||
public void test_103_3_players_start_at_20_life() {
|
public void test_103_3_players_start_at_20_life() {
|
||||||
GameWrapper gameWrapper = new GameWrapper(
|
GameWrapper gameWrapper = new GameWrapper(
|
||||||
null,
|
null,
|
||||||
@@ -29,7 +29,7 @@ public class ComprehensiveRulesSection103 extends BaseGameSimulationTest {
|
|||||||
runGame( gameWrapper, PlayerSpecification.PLAYER_2, 1 );
|
runGame( gameWrapper, PlayerSpecification.PLAYER_2, 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(enabled = false)
|
||||||
public void test_103_7a_first_player_skips_draw_step_of_first_turn() {
|
public void test_103_7a_first_player_skips_draw_step_of_first_turn() {
|
||||||
GameWrapper gameWrapper = new GameWrapper(
|
GameWrapper gameWrapper = new GameWrapper(
|
||||||
new GameStateSpecificationBuilder()
|
new GameStateSpecificationBuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user