diff --git a/test/ParallelIOTest.cpp b/test/ParallelIOTest.cpp index aaf1fd4378..6db77398fd 100644 --- a/test/ParallelIOTest.cpp +++ b/test/ParallelIOTest.cpp @@ -1489,15 +1489,8 @@ void append_mode( else { REQUIRE(read.iterations.size() == 5); + helper::listSeries(read); } - /* - * Roadmap: for now, reading this should work by ignoring the last - * duplicate iteration. - * After merging https://github.com/openPMD/openPMD-api/pull/949, we - * should see both instances when reading. - * Final goal: Read only the last instance. - */ - helper::listSeries(read); } #if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \ 10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \