Skip to content

Commit

Permalink
[temporary] see where the CI run fails
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jan 4, 2021
1 parent 17b5ee0 commit 599c439
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 @@ -3085,13 +3085,15 @@ TEST_CASE( "bp4_steps", "[serial][adios2]" )
}
)";
// sing the yes no song
#if 0
bp4_steps( "../samples/newlayout_bp4steps_yes_yes.bp", useSteps, useSteps );
bp4_steps(
"../samples/newlayout_bp4steps_no_yes.bp", dontUseSteps, useSteps );
bp4_steps(
"../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 599c439

Please sign in to comment.