Skip to content

Commit

Permalink
Bug 1902779 [wpt PR 46765] - Remove print ref test for iOS wptrunner …
Browse files Browse the repository at this point in the history
…for now, a=testonly

Automatic update from web-platform-tests
Remove print ref test for iOS wptrunner for now (#46765)

--

wpt-commits: d3931c58a02b1250037a18022680dba22e4e1aca
wpt-pr: 46765
  • Loading branch information
sj0602 authored and moz-wptsync-bot committed Jun 20, 2024
1 parent 4599459 commit 18de87b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from ..environment import wait_for_service
from ..executors import executor_kwargs as base_executor_kwargs
from ..executors.base import WdspecExecutor # noqa: F401
from ..executors.executorchrome import ChromeDriverPrintRefTestExecutor # noqa: F401
from ..executors.executorwebdriver import (WebDriverCrashtestExecutor, # noqa: F401
WebDriverTestharnessExecutor, # noqa: F401
WebDriverRefTestExecutor) # noqa: F401
Expand All @@ -17,7 +16,6 @@
"browser": "ChromeiOSBrowser",
"executor": {"testharness": "WebDriverTestharnessExecutor",
"reftest": "WebDriverRefTestExecutor",
"print-reftest": "ChromeDriverPrintRefTestExecutor",
"crashtest": "WebDriverCrashtestExecutor"},
"browser_kwargs": "browser_kwargs",
"executor_kwargs": "executor_kwargs",
Expand Down

0 comments on commit 18de87b

Please sign in to comment.