From 29e955c017e6c4b808acd11e47923331b7987055 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Thu, 10 Apr 2025 09:25:44 +0200
Subject: [PATCH] Workaround for failing qa test on macosx

Fix the problem by excluding the distribution from the qa checks. The problem
why the test fails is a low statistic in the distribution such that the mean
and the errors fluctuate strongly.
---
 .../qa/configs/qa_tasks_config_mcbm_beam_2021_07_surveyed.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/macro/qa/configs/qa_tasks_config_mcbm_beam_2021_07_surveyed.yaml b/macro/qa/configs/qa_tasks_config_mcbm_beam_2021_07_surveyed.yaml
index e12dd8c0e4..4ffb5ab665 100644
--- a/macro/qa/configs/qa_tasks_config_mcbm_beam_2021_07_surveyed.yaml
+++ b/macro/qa/configs/qa_tasks_config_mcbm_beam_2021_07_surveyed.yaml
@@ -45,5 +45,6 @@ qa:
       pull_x_station_%d: true
       pull_y_station_%d: true
       pull_t_station_%d: true
-
+      pull_t_station_4: false
+      
 ...
-- 
GitLab