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:
Anders Kaseorg 2021-09-10 21:24:11 -07:00 committed by Tim Abbott
parent 2bbbcf0f15
commit cf6515c774
1 changed files with 0 additions and 1 deletions

View File

@ -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", "")