Skip to content

Commit

Permalink
Run test only when BP5 exists
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jun 12, 2024
1 parent a775075 commit f099a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4436,6 +4436,7 @@ BufferChunkSize = 2147483646 # 2^31 - 2
}
#endif

#if openPMD_HAVE_ADIOS2_BP5
TEST_CASE("adios2_flush_via_step")
{
Series write(
Expand Down Expand Up @@ -4474,6 +4475,7 @@ TEST_CASE("adios2_flush_via_step")
}
#endif
}
#endif

TEST_CASE("adios2_engines_and_file_endings")
{
Expand Down

0 comments on commit f099a4e

Please sign in to comment.