Workaround for intermittent chromedriver hangs upon start.

This commit is contained in:
Ben Patterson
2017-02-08 11:54:44 -05:00
parent c58e514231
commit 840efb238c

View File

@@ -93,6 +93,7 @@ class AcceptanceTest(TestSuite):
report_file = self.report_dir / "{}.xml".format(self.system)
report_args = ["--xunit-file {}".format(report_file)]
return [
"DBUS_SESSION_BUS_ADDRESS=/dev/null",
"DEFAULT_STORE={}".format(self.default_store),
"./manage.py",
self.system,