We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e27c6d commit 2dc1c11Copy full SHA for 2dc1c11
.buildkite/commands/run-instrumented-tests.sh
@@ -6,6 +6,10 @@ install_gems
6
echo "--- :closed_lock_with_key: Installing Secrets"
7
bundle exec fastlane run configure_apply
8
9
+echo "--- ⏩ Skipping UI Tests"
10
+echo "UI Tests are disabled because of the high number of false-positive failures"
11
+exit 0
12
+
13
echo "--- 🧪 Testing"
14
set +e
15
bundle exec fastlane build_and_run_instrumented_test app:$1
0 commit comments