Cleanup outdated test_origin_header_allowed_when_bidi_disabled
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Tracking
(firefox101 fixed)
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: jdescottes, Assigned: whimboo)
References
Details
Attachments
(1 file)
The test at https://searchfox.org/mozilla-central/rev/6f6cf2810742d32454251afdb8e632c27999bea7/testing/web-platform/mozilla/tests/webdriver/new_session/debugger_address.py#88 should have been updated or removed after Bug 1750689 landed.
At the ery least it should have started to fail: the test was checking that when BiDi was disabled we would not check the origin header. This escape hatch was removed in Bug 1750689 when we added a way to specify custom host headers.
But the test still seems to pass so it's very likely that it's not testing what we expect and should be removed, after understanding which code path it really asserts.
Assignee | ||
Comment 1•3 years ago
|
||
Yeah, it didn't start to fail because we were using the /json/list
endpoint which is not registered as a WebSocket handler.
Removing this test will actually be helpful for bug 1722090 so we do not have the mess with sticky Firefox preferences.
Assignee | ||
Comment 2•3 years ago
|
||
Comment 4•3 years ago
|
||
bugherder |
Description
•