Skip to content

Commit 2dc1c11

Browse files
committed
Disable UI Tests
1 parent 3e27c6d commit 2dc1c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/commands/run-instrumented-tests.sh

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ install_gems
66
echo "--- :closed_lock_with_key: Installing Secrets"
77
bundle exec fastlane run configure_apply
88

9+
echo "--- ⏩ Skipping UI Tests"
10+
echo "UI Tests are disabled because of the high number of false-positive failures"
11+
exit 0
12+
913
echo "--- 🧪 Testing"
1014
set +e
1115
bundle exec fastlane build_and_run_instrumented_test app:$1

0 commit comments

Comments
 (0)