Skip to content

Commit

Permalink
Disable UI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Dec 5, 2024
1 parent 3e27c6d commit 2dc1c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/commands/run-instrumented-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ install_gems
echo "--- :closed_lock_with_key: Installing Secrets"
bundle exec fastlane run configure_apply

echo "--- ⏩ Skipping UI Tests"
echo "UI Tests are disabled because of the high number of false-positive failures"
exit 0

echo "--- 🧪 Testing"
set +e
bundle exec fastlane build_and_run_instrumented_test app:$1
Expand Down

0 comments on commit 2dc1c11

Please sign in to comment.