From 00e1115cad5698297549d8c5fdf409802af71f67 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 18 Jan 2018 17:29:06 +0100 Subject: [PATCH] skip all xp draining tests --- scripts/tests/e2/items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/e2/items.lua b/scripts/tests/e2/items.lua index ad24bde58..2f2b13e88 100644 --- a/scripts/tests/e2/items.lua +++ b/scripts/tests/e2/items.lua @@ -128,7 +128,7 @@ function test_speedsail() assert_equal(1, u.ship:get_curse('shipspeed')) -- effect stays forever end -function test_foolpotion() +function disable_test_foolpotion() local r = region.create(0, 0, "plain") local f = faction.create("human", "noreply@eressea.de", "de") local u = unit.create(f, r, 1)