From f81f1ebe51aae511b87683e45b8fd92c460a71a4 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 19 Jan 2023 17:05:47 +0100
Subject: [PATCH] [test] Use ignore option in one test

---
 test/freeflow/shallowwater/dambreak/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/freeflow/shallowwater/dambreak/CMakeLists.txt b/test/freeflow/shallowwater/dambreak/CMakeLists.txt
index ee23f9b411..776040ff2a 100644
--- a/test/freeflow/shallowwater/dambreak/CMakeLists.txt
+++ b/test/freeflow/shallowwater/dambreak/CMakeLists.txt
@@ -23,6 +23,7 @@ dumux_add_test(NAME test_shallowwater_dambreak_parallel
                CMD_ARGS      --script fuzzy
                              --files ${CMAKE_SOURCE_DIR}/test/references/test_ff_shallowwater_dambreak-reference.vtu
                                      ${CMAKE_CURRENT_BINARY_DIR}/s0002-dambreak_parallel-00001.pvtu
-                             --zeroThreshold {"velocityY":1e-14,"process rank":100}
+                             --zeroThreshold {"velocityY":1e-14}
+                             --ignore "process rank"
                              --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_shallowwater_dambreak params.input
                            -Problem.Name dambreak_parallel")
-- 
GitLab