Skip to content

Commit

Permalink
Fix parallel test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Apr 14, 2023
1 parent 2a3e56e commit 92312a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,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 >= \
Expand Down

0 comments on commit 92312a7

Please sign in to comment.