Skip to content

Commit 690a757

Browse files
author
hp23 Server
committed
Restore test runners
1 parent 4944b51 commit 690a757

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_hp/tools/crawler/desktop_selenium.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,10 @@ def unraisable_hook(unraisable):
342342
use_headfull = False
343343
if use_headfull:
344344
config = config + [
345-
("chrome", "119", None, None, get_or_create_browser("chrome", "119", "Ubuntu 22.04", "xvfb", "selenium", "")),
346-
("firefox", "119", None, None, get_or_create_browser("firefox", "119", "Ubuntu 22.04", "xvfb", "selenium", "")),
347-
("edge", "119", None, None, get_or_create_browser("edge", "119", "Ubuntu 22.04", "xvfb", "selenium", "")),
348-
("brave", "119", "/home/ubuntu/brave-versions/v1.60.114/brave-browser", None,
349-
get_or_create_browser("brave", "1.60.114 (119.0.6045.124)", "Ubuntu 22.04", "xvfb", "selenium", ""))
345+
("chrome", "121", None, None, get_or_create_browser("chrome", "121", "Ubuntu 22.04", "xvfb", "selenium", "")),
346+
("firefox", "122", None, None, get_or_create_browser("firefox", "122", "Ubuntu 22.04", "xvfb", "selenium", "")),
347+
("brave", "121", "/home/ubuntu/brave-versions/v1.62.156/brave-browser", None,
348+
get_or_create_browser("brave", "v1.62.156 (121.0.6167.139)", "Ubuntu 22.04", "xvfb", "selenium", ""))
350349
]
351350

352351
if args.debug_browsers:

_hp/tools/crawler/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@
7575
("upgrade-hsts.sub.html", "HSTS", 1, 0, 0), # Tests: 4 (2*2), 4 (2*2) # Promise tests thus only one resp_id
7676
]
7777

78-
test_info = [
79-
("script-execution-xcto.sub.html", "XCTO", 5, 0, 0), # Tests: 8 (8*1), 1
80-
]
8178

8279
# Some tests often need longer
8380
timeout_modifiers = {

0 commit comments

Comments
 (0)