From 250885d5c1db265d41cb7011afbf1a987a48e767 Mon Sep 17 00:00:00 2001 From: Steve Kirkland Date: Thu, 11 Mar 2021 21:38:30 +0000 Subject: [PATCH] Soft fail Android 5 smoke tests --- .buildkite/pipeline.quick.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.quick.yml b/.buildkite/pipeline.quick.yml index 2857c6354d..7a84fee266 100644 --- a/.buildkite/pipeline.quick.yml +++ b/.buildkite/pipeline.quick.yml @@ -18,6 +18,8 @@ steps: - "--appium-version=1.8.0" concurrency: 9 concurrency_group: 'browserstack-app' + soft_fail: + - exit_status: "*" - label: ':android: Android 6 NDK r16 smoke tests' key: 'android-6-smoke'