[wdspec] Use `MOZ_DISABLE_NONLOCAL_CONNECTIONS` for webdriver/tests/classic/new_session/no_capabilities.py | test_no_capabilities
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: test-disabled, Whiteboard: [webdriver:backlog])
In bug 1849972 we are going to enable MOZ_DISABLE_NONLOCAL_CONNECTIONS which will crash Firefox on purpose when an external network location is accessed.
Sadly this test doesn't provide any capabilities and as such also no default profile so that geckodriver uses it's default settings where the browser.safebrowsing.update.enabled pref is set to true. As result this test will start crashing intermittently.
To get bug 1849972 fixed as soon as possible I'm going to disable this test for now. This doesn't matter given that it is a perma failure anyway.
| Reporter | ||
Comment 1•2 years ago
|
||
I can have a look in how to get this re-enabled once bug 1852243 has been landed.
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 2•2 years ago
|
||
Bug 1849972 had to move this test to its own file.
| Reporter | ||
Comment 3•2 years ago
|
||
The only solution to get this test running in our own CI is to have a way to specify env variables in the meta data file. I filed bug 1872845 to get this support.
Description
•