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 Mar 9, 2023
1 parent 4056def commit 5bdbcc2
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 @@ -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 >= \
Expand Down

0 comments on commit 5bdbcc2

Please sign in to comment.