Skip to content

Commit

Permalink
Revert "[wptrunner] Clear cookies between testharness tests for Chrom…
Browse files Browse the repository at this point in the history
…e" (#48975)

This workaround allows tests to pass without performing their own cookie
cleanup. Per meeting discussion, revert #48106 until there's a portable
solution.
  • Loading branch information
jonathan-j-lee authored Nov 5, 2024
1 parent 915f422 commit a8f6d07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/wptrunner/wptrunner/executors/executorchrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ class ChromeDriverTestharnessProtocolPart(WebDriverTestharnessProtocolPart):
"""
def reset_browser_state(self):
for command, params in [
# TODO(web-platform-tests/wpt#48078): Find a cross-vendor way to
# clear cookies for all domains.
("Network.clearBrowserCookies", None),
# Reset default permissions that `test_driver.set_permission(...)`
# may have altered.
("Browser.resetPermissions", None),
Expand Down

0 comments on commit a8f6d07

Please sign in to comment.