Open Bug 1852252 Opened 9 months ago Updated 5 months ago

[wdspec] Use `MOZ_DISABLE_NONLOCAL_CONNECTIONS` for webdriver/tests/classic/new_session/no_capabilities.py | test_no_capabilities

Categories

(Remote Protocol :: Marionette, defect, P3)

defect

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.

I can have a look in how to get this re-enabled once bug 1852243 has been landed.

Depends on: 1852243
Severity: -- → S4
Priority: -- → P3
Whiteboard: [webdriver:backlog]

Bug 1849972 had to move this test to its own file.

Summary: [wdspec] Use `MOZ_DISABLE_NONLOCAL_CONNECTIONS` for webdriver/tests/classic/new_session/default_values.py | test_no_capabilities → [wdspec] Use `MOZ_DISABLE_NONLOCAL_CONNECTIONS` for webdriver/tests/classic/new_session/no_capabilities.py | test_no_capabilities
Depends on: 1872845

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.

You need to log in before you can comment on or make changes to this bug.