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 25, 2024
1 parent 3829b0d commit 2feae75
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 2feae75

Please sign in to comment.