Skip to content

Commit d3931c5

Browse files
authored
Remove print ref test for iOS wptrunner for now (#46765)
1 parent 03c98d6 commit d3931c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/wptrunner/wptrunner/browsers/chrome_ios.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from ..environment import wait_for_service
77
from ..executors import executor_kwargs as base_executor_kwargs
88
from ..executors.base import WdspecExecutor # noqa: F401
9-
from ..executors.executorchrome import ChromeDriverPrintRefTestExecutor # noqa: F401
109
from ..executors.executorwebdriver import (WebDriverCrashtestExecutor, # noqa: F401
1110
WebDriverTestharnessExecutor, # noqa: F401
1211
WebDriverRefTestExecutor) # noqa: F401
@@ -17,7 +16,6 @@
1716
"browser": "ChromeiOSBrowser",
1817
"executor": {"testharness": "WebDriverTestharnessExecutor",
1918
"reftest": "WebDriverRefTestExecutor",
20-
"print-reftest": "ChromeDriverPrintRefTestExecutor",
2119
"crashtest": "WebDriverCrashtestExecutor"},
2220
"browser_kwargs": "browser_kwargs",
2321
"executor_kwargs": "executor_kwargs",

0 commit comments

Comments
 (0)