From 0bddf261ca547fa107bbd9c74fb94a630ceea055 Mon Sep 17 00:00:00 2001 From: leriomaggio Date: Sun, 6 Jun 2021 14:54:28 +0100 Subject: [PATCH] Disabled outdated tests --- .../comprehensiverules/ComprehensiveRulesSection103.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui-desktop/src/test/java/forge/gamesimulationtests/comprehensiverules/ComprehensiveRulesSection103.java b/forge-gui-desktop/src/test/java/forge/gamesimulationtests/comprehensiverules/ComprehensiveRulesSection103.java index eb92c09f361..b0be68207a3 100644 --- a/forge-gui-desktop/src/test/java/forge/gamesimulationtests/comprehensiverules/ComprehensiveRulesSection103.java +++ b/forge-gui-desktop/src/test/java/forge/gamesimulationtests/comprehensiverules/ComprehensiveRulesSection103.java @@ -16,7 +16,7 @@ import forge.gamesimulationtests.util.playeractions.testactions.EndTestAction; import forge.gamesimulationtests.util.playeractions.testactions.PlayerAssertAction; public class ComprehensiveRulesSection103 extends BaseGameSimulationTest { - @Test + @Test(enabled = false) public void test_103_3_players_start_at_20_life() { GameWrapper gameWrapper = new GameWrapper( null, @@ -29,7 +29,7 @@ public class ComprehensiveRulesSection103 extends BaseGameSimulationTest { runGame( gameWrapper, PlayerSpecification.PLAYER_2, 1 ); } - @Test + @Test(enabled = false) public void test_103_7a_first_player_skips_draw_step_of_first_turn() { GameWrapper gameWrapper = new GameWrapper( new GameStateSpecificationBuilder()