Commit 1592127c authored by Michal Čihař's avatar Michal Čihař

Do not try to record status of not run Selenium tests

parent 0f4fd87e
...@@ -45,6 +45,7 @@ class SeleniumTests(LiveServerTestCase): ...@@ -45,6 +45,7 @@ class SeleniumTests(LiveServerTestCase):
failures = result.failures failures = result.failures
super(SeleniumTests, self).run(result) super(SeleniumTests, self).run(result)
if DO_SELENIUM:
self.set_test_status( self.set_test_status(
(errors == result.errors and failures == result.failures) (errors == result.errors and failures == result.failures)
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment