From bf8cff4b9c79b96071cdad1f9cc9ce9c86a12310 Mon Sep 17 00:00:00 2001 From: paolino Date: Thu, 26 Sep 2024 10:24:39 +0000 Subject: [PATCH] Soft fail `wallet-e2e` CI test as flaky --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6a6903cf99a..dd9471d11d8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -117,6 +117,8 @@ steps: - label: Run Haskell E2E Tests (linux) command: 'nix develop --command bash -c "just e2e-local"' + soft_fail: + - exit_status: 130 timeout_in_minutes: 5 agents: system: ${linux}