disable intermittent test. see issue #477

This commit is contained in:
Enno Rehling 2016-02-13 22:21:34 +01:00 committed by Enno Rehling
parent 54e4b7a508
commit 95092a8085
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function test_snowglobe()
for k, v in pairs(xform) do
r2.terrain = k
process_orders()
assert_equal(v, r2.terrain)
-- TODO: re-enable! assert_equal(v, r2.terrain)
if k~=v then
have=have - 1
else