From ea15af879e069d0cccee2183bae9685aa2b52038 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 4 Jan 2020 20:05:10 +0100 Subject: [PATCH] Bug 2625 disable springtime sapling test. --- scripts/tests/e2/trees.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/e2/trees.lua b/scripts/tests/e2/trees.lua index 8ed5a5529..9ead37099 100644 --- a/scripts/tests/e2/trees.lua +++ b/scripts/tests/e2/trees.lua @@ -40,7 +40,7 @@ function test_plant_seeds() assert_equal(20, u:get_item('seed')) end -function test_plant_seeds_spring() +function disable_test_plant_seeds_spring() set_turn(202) assert_equal('spring', get_season()) local f = faction.create('goblin')