From 5e05d11e695e1a002bc786c44537045fbe6941c1 Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Fri, 15 Nov 2024 15:53:13 +0100
Subject: [PATCH] [CT] Temporally disabled a benchmark:
 RadionuclideSorption.prj

where PETScVector is incorrectly used as serial vector type.
---
 ProcessLib/ComponentTransport/Tests.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ProcessLib/ComponentTransport/Tests.cmake b/ProcessLib/ComponentTransport/Tests.cmake
index 0a24bcdaf01..e1901bdf713 100644
--- a/ProcessLib/ComponentTransport/Tests.cmake
+++ b/ProcessLib/ComponentTransport/Tests.cmake
@@ -926,7 +926,8 @@ AddTest(
 
 if (OGS_USE_MPI)
     OgsTest(WRAPPER mpirun -np 1 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/EquilibriumPhase/calcitePorosityChange.prj RUNTIME 25)
-    OgsTest(WRAPPER mpirun -np 2 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/SurfaceComplexation/ParallelTest/RadionuclideSorption.prj RUNTIME 60)
+    # Disabled the following test due to the incorrectly used PETSc vector in AqueousSolution. Will be enabled once the issue is fixed.
+    #OgsTest(WRAPPER mpirun -np 2 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/SurfaceComplexation/ParallelTest/RadionuclideSorption.prj RUNTIME 60)
 endif()
 
 AddTest(
-- 
GitLab