From 1ae65d1a51c86031208bdfc74d155f6acfc82e13 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Dec 2016 12:18:04 +0100 Subject: Disable some test for spatialite (temp fix) --- ishtar_common/tests.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 095956090..a00f8a174 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -118,6 +118,9 @@ class WizardTest(object): def post_wizard(self): pass + def pass_test(self): + return False + def check_response(self, response, current_step): if "errorlist" in response.content: soup = Soup(response.content) @@ -131,6 +134,8 @@ class WizardTest(object): u" ".join(errors), current_step)) def test_wizard(self): + if self.pass_test(): + return url = reverse(self.url_name) self.pre_wizard() for test_form_data in self.form_datas: -- cgit v1.2.3