From f2a1a6e61c3d30a53e4a8f91992d5bd231a0c8cc Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Sun, 24 Mar 2024 13:55:06 -0400 Subject: [PATCH] Don't run derived test in MPI mode, it's not written for that --- testing/adios2/derived/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/adios2/derived/CMakeLists.txt b/testing/adios2/derived/CMakeLists.txt index 2df2938853..097e7cc7d7 100644 --- a/testing/adios2/derived/CMakeLists.txt +++ b/testing/adios2/derived/CMakeLists.txt @@ -3,4 +3,4 @@ #accompanying file Copyright.txt for details. #------------------------------------------------------------------------------# -gtest_add_tests_helper(DerivedCorrectness MPI_ALLOW BP Derived. "") +gtest_add_tests_helper(DerivedCorrectness MPI_NONE BP Derived. "")