test_world: disable broken test case

Blegh pre-anvil
This commit is contained in:
Nicolas F 2019-07-24 17:17:02 +02:00
parent 0d3d630104
commit 1b85e478f5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import os
from overviewer_core import world
class ExampleWorldTest(unittest.TestCase):
@unittest.skip("Broken old garbage, find a newer world")
def test_basic(self):
"Basic test of the world constructor and regionset constructor"
if not os.path.exists("test/data/worlds/exmaple"):