From 11198bb986f7f1be213f43dc554361477b0a753e Mon Sep 17 00:00:00 2001
From: boeschf <48126478+boeschf@users.noreply.github.com>
Date: Tue, 8 Mar 2022 17:06:18 +0100
Subject: [PATCH] death test: wrong signal (#1858)

filter out death test on daint single_node_release
---
 ci/gitlab-cscs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/gitlab-cscs.yml b/ci/gitlab-cscs.yml
index 819c4431..1261ca60 100644
--- a/ci/gitlab-cscs.yml
+++ b/ci/gitlab-cscs.yml
@@ -101,7 +101,7 @@ single_node_release:
   only: ['master', 'staging', 'trying']
   stage: test
   script:
-    - unit --gtest_filter="-mechcat.loading"
+    - unit --gtest_filter="-mechcat.loading:test_exception.terminate_if_no_wait_DeathTest"
     - unit-local
     - unit-modcc
   variables:
-- 
GitLab