From 4c0b3db5684e69b09cc999543f3225bbb81e6f21 Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Tue, 4 Jun 2024 10:18:51 +0100 Subject: [PATCH] Temporarily skip iOS 17 testing due to device farm issues --- .buildkite/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 51e18c257..28fb4b7d4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -339,6 +339,8 @@ steps: # BrowserStack # - label: ':browserstack: iOS 17 E2E tests batch 1' + # TODO Skipped pending PLAT-12209 + skip: Skipped pending PLAT-12209 depends_on: - cocoa_fixture timeout_in_minutes: 60 @@ -370,6 +372,8 @@ steps: limit: 2 - label: ':browserstack: iOS 17 E2E tests batch 2' + # TODO Skipped pending PLAT-12209 + skip: Skipped pending PLAT-12209 depends_on: - cocoa_fixture timeout_in_minutes: 60 @@ -401,6 +405,8 @@ steps: # PLAT-11155: App hang tests run on BrowserStack (Appium 1.x) for now - label: ':browserstack: iOS 17 app hang tests' + # TODO Skipped pending PLAT-12209 + skip: Skipped pending PLAT-12209 depends_on: - cocoa_fixture timeout_in_minutes: 30