Skip to content

Commit 63b7866

Browse files
committed
new test needs to assume BP5
1 parent dc1501e commit 63b7866

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/SerialIOTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5404,6 +5404,7 @@ TEST_CASE("variableBasedSingleIteration", "[serial][adios2]")
54045404
}
54055405
}
54065406

5407+
#if openPMD_HAVE_ADIOS2_BP5
54075408
// verify that the iteration index is cached inside the Iteration object and
54085409
// that Series::indexOf can make use of it to find the map entry without
54095410
// scanning all iterations.
@@ -5438,7 +5439,7 @@ TEST_CASE("iterationIndexCaching", "[serial][adios2]")
54385439

54395440
remove_file(file);
54405441
}
5441-
5442+
#endif
54425443
namespace epsilon
54435444
{
54445445
template <typename T>

0 commit comments

Comments
 (0)