Skip to content

Commit 221103b

Browse files
committed
Revert "Temporarily enable UI tests in branch."
This reverts commit 98da5ba.
1 parent 98da5ba commit 221103b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ steps:
104104
command: .buildkite/commands/run-ui-tests.sh UITests "iPhone 16"
105105
depends_on: build
106106
# Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736
107-
if: build.branch == "trunk" || build.branch =~ /^release\// || build.branch == "fix/WOOMOB-957-ui-test-failure-address-form"
107+
if: build.branch == "trunk" || build.branch =~ /^release\//
108108
plugins: [$CI_TOOLKIT]
109109
artifact_paths:
110110
- fastlane/test_output/*
@@ -116,7 +116,7 @@ steps:
116116
command: .buildkite/commands/run-ui-tests.sh UITests "iPad Pro 13-inch (M4)"
117117
depends_on: build
118118
# Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736
119-
if: build.branch == "trunk" || build.branch =~ /^release\// || build.branch == "fix/WOOMOB-957-ui-test-failure-address-form"
119+
if: build.branch == "trunk" || build.branch =~ /^release\//
120120
plugins: [$CI_TOOLKIT]
121121
artifact_paths:
122122
- fastlane/test_output/*

0 commit comments

Comments
 (0)