From 249ede85341101aed164571cd821fa9961d92c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 9 Mar 2023 16:06:20 +0100 Subject: [PATCH] Fix parallel test tag --- test/ParallelIOTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ParallelIOTest.cpp b/test/ParallelIOTest.cpp index 1042ce8920..40da7b250d 100644 --- a/test/ParallelIOTest.cpp +++ b/test/ParallelIOTest.cpp @@ -1998,7 +1998,7 @@ void joined_dim(std::string const &ext) } } -TEST_CASE("joined_dim", "[serial]") +TEST_CASE("joined_dim", "[parallel]") { #if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \ 10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \