Skip to content

Commit a941b31

Browse files
committed
Fix parallel test tag
1 parent 6560077 commit a941b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ParallelIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ void joined_dim(std::string const &ext)
18991899
}
19001900
}
19011901

1902-
TEST_CASE("joined_dim", "[serial]")
1902+
TEST_CASE("joined_dim", "[parallel]")
19031903
{
19041904
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
19051905
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \

0 commit comments

Comments
 (0)