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:
Kenzie Raditya Tirtarahardja 2025-09-03 11:50:44 +08:00 committed by GitHub
parent 2fc816d561
commit 9c840b05bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -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",
]
),