mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
CI: Enable webdriver classic on wpt workflow (#39087)
Since WebDriver is quite stable now, enable the `webdriver/classic` tests on wpt CI. --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
2fc816d561
commit
9c840b05bc
3 changed files with 4 additions and 3 deletions
|
@ -117,8 +117,6 @@ def handle_preset(s: str) -> Optional[JobConfig]:
|
|||
wpt_args=" ".join(
|
||||
[
|
||||
"./tests/wpt/tests/webdriver/tests/classic/",
|
||||
"--product servodriver",
|
||||
"--headless",
|
||||
"--processes 1",
|
||||
]
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue