mirror of https://github.com/zulip/zulip.git
test-js-with-puppeteer: Remove bogus CHROMIUM_EXECUTABLE variable.
This environment variable is not a thing and has never been a thing, while the path it purportedly pointed to does not exist and has never existed. It appears to have been inexplicably both cargo-culted and renamed from test-js-with-casper. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
2bbbcf0f15
commit
cf6515c774
|
@ -22,7 +22,6 @@ os.environ["PUPPETEER_TESTS"] = "1"
|
|||
# which we do verify in some tests.
|
||||
os.environ["LC_ALL"] = "C.UTF-8"
|
||||
|
||||
os.environ["CHROMIUM_EXECUTABLE"] = os.path.join(ZULIP_PATH, "node_modules/.bin/chromium")
|
||||
os.environ.pop("http_proxy", "")
|
||||
os.environ.pop("https_proxy", "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue