Skip to content

Commit

Permalink
Deactivate new layout tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jan 18, 2021
1 parent ea63cc3 commit 51d57d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3152,6 +3152,12 @@ TEST_CASE( "bp4_steps", "[serial][adios2]" )
}
}
)";
/*
* @todo Activate these tests for Windows as soon as we bump the required
* ADIOS2 version to 2.7.0. Read here:
* https://github.com/openPMD/openPMD-api/pull/813#issuecomment-762235260
*/
#ifndef _WIN32
// sing the yes no song
bp4_steps( "../samples/newlayout_bp4steps_yes_yes.bp", useSteps, useSteps );
bp4_steps(
Expand All @@ -3160,6 +3166,7 @@ TEST_CASE( "bp4_steps", "[serial][adios2]" )
"../samples/newlayout_bp4steps_yes_no.bp", useSteps, dontUseSteps );
bp4_steps(
"../samples/newlayout_bp4steps_no_no.bp", dontUseSteps, dontUseSteps );
#endif
}
#endif

Expand Down

0 comments on commit 51d57d3

Please sign in to comment.