diff options
Diffstat (limited to 'archaeological_warehouse/tests.py')
-rw-r--r-- | archaeological_warehouse/tests.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py index cf3c1febc..f05a0e9dd 100644 --- a/archaeological_warehouse/tests.py +++ b/archaeological_warehouse/tests.py @@ -60,12 +60,8 @@ class WarehouseWizardCreationTest(WizardTest, FindInit, TestCase): 'location': None, 'responsible': None, }, - 'divisions-warehouse_creation': [ - { - 'order': 42 - } - ] }, + ignored=['divisions-warehouse_creation'] ), ] |