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 Jul 16, 2024
1 parent 50c409a commit 247b01e
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 @@ -4437,6 +4437,7 @@ BufferChunkSize = 2147483646 # 2^31 - 2
}
#endif

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

TEST_CASE("adios2_engines_and_file_endings")
{
Expand Down

0 comments on commit 247b01e

Please sign in to comment.