From 64c590da21929dc21147368ca57a3601d7e4ee2e Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Wed, 4 Oct 2023 17:36:35 +0100 Subject: [PATCH] Do not pin Appium version without reason --- .buildkite/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1ae5b277..0302be56 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -87,7 +87,6 @@ steps: - --farm=bs - --device=IOS_15 - --a11y-locator - - --appium-version=1.21.0 - --retry=2 - --order=random concurrency: 5 @@ -111,7 +110,6 @@ steps: - --farm=bs - --device=IOS_13 - --a11y-locator - - --appium-version=1.17.0 - --retry=2 - --order=random concurrency: 5