From 09032803a8f22039195f63e14cac70fb0a17fc5a Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Mon, 23 Mar 2026 10:56:13 +0000 Subject: [PATCH] test: :wrench: move chrome and firefox latest tests to browserstack due to bitbar issue --- .buildkite/basic/browser-pipeline.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.buildkite/basic/browser-pipeline.yml b/.buildkite/basic/browser-pipeline.yml index 07bb29e095..14384d1897 100644 --- a/.buildkite/basic/browser-pipeline.yml +++ b/.buildkite/basic/browser-pipeline.yml @@ -86,6 +86,8 @@ steps: - "chrome_43" - "chrome_72" - "firefox_78" + - "chrome_latest" # Remove after resolving PLAT-15947 + - "firefox_latest" # Remove after resolving PLAT-15947 depends_on: "browser-maze-runner-bs" timeout_in_minutes: 30 plugins: @@ -115,8 +117,8 @@ steps: # - label: ":bitbar: {{matrix}} Browser tests (EU hub)" matrix: - - "firefox_latest" - - "chrome_latest" + # - "firefox_latest" # Skipped pending PLAT-15947 + # - "chrome_latest" # Skipped pending PLAT-15947 - "edge_latest" depends_on: "browser-maze-runner-bb" timeout_in_minutes: 30