diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-04 17:19:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-04 17:19:59 +0200 |
commit | 0d0691eb6ca3aa422d0c8aade6098b133c3d2f71 (patch) | |
tree | 68388cef5634c18c6530294557c01391a3c7e527 /archaeological_finds | |
parent | f6f3be4426dc399c32ac581e4af4ca824f589ad3 (diff) | |
download | Ishtar-0d0691eb6ca3aa422d0c8aade6098b133c3d2f71.tar.bz2 Ishtar-0d0691eb6ca3aa422d0c8aade6098b133c3d2f71.zip |
Tests: fix find creation wizard
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index 5ea5adfb7..a570e01cb 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -138,6 +138,7 @@ class FindWizardCreationTest(WizardTest, FindInit, TestCase): } ] }, + ignored=['preservation-find_creation'] ) ] |