-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
https_proxy breaks the UT and WPT tests running in local #42321
Copy link
Copy link
Closed
Description
Describe the bug:
no_proxy also won't work in this case. This is a regression from #41689.
The full story is like:
- We supported auto-loading env var:
http_proxyin config: Set the default value of thenetwork_http_proxy_urisetting via thehttp_proxyvariable #41209 - We disabled it for tests in wpt: Disable proxy for
test-wptunless users know what they are doing #41441 and Unit Tests: Disable proxy for local tests #41688 - We started to support loading
https_proxyandno_proxyin net: Support no_proxy and https_proxy #41689
To Reproduce:
Suppose you set up https_proxy. Then run
./mach test-wpt -r tests\wpt\tests\webdriver\tests\classic\perform_actions\pointer_touch.py
Reactions are currently unavailable