Skip to content

Commit 5bdbcc2

Browse files
committed
Fix parallel test tag
1 parent 4056def commit 5bdbcc2

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
@@ -1998,7 +1998,7 @@ void joined_dim(std::string const &ext)
19981998
}
19991999
}
20002000

2001-
TEST_CASE("joined_dim", "[serial]")
2001+
TEST_CASE("joined_dim", "[parallel]")
20022002
{
20032003
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
20042004
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \

0 commit comments

Comments
 (0)