Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 5303a4e

Browse files
Hexclesfoolip
authored andcommitted
Disable version check of EdgeDriver
1 parent 7dd31d2 commit 5303a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/wpt/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ def setup_kwargs(self, kwargs):
357357
if kwargs["browser_channel"] == "dev":
358358
logger.info("Automatically turning on experimental features for Edge Dev")
359359
kwargs["binary_args"].append("--enable-experimental-web-platform-features")
360+
# HACK(Hexcles): work around https://github.com/web-platform-tests/wpt/issues/17403
361+
kwargs["webdriver_args"].append("--disable-build-check")
360362

361363

362364
class Edge(BrowserSetup):

0 commit comments

Comments
 (0)