Workaround for intermittent chromedriver hangs upon start.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user