Skip to content

Commit

Permalink
Activate ADIOS2 SSC test
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 24, 2021
1 parent 97b386b commit 5f265ac
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1110,15 +1110,6 @@ adios2_ssc()

TEST_CASE( "adios2_ssc", "[parallel][adios2]" )
{
/*
* @todo Activate this test as soon as we rely upon an ADIOS2 version
* including this fix https://github.com/ornladios/ADIOS2/pull/2568
* (e.g. ADIOS 2.7.0).
*/
constexpr bool testAdiosSSC = false;
if( testAdiosSSC )
{
adios2_ssc();
}
adios2_ssc();
}
#endif

0 comments on commit 5f265ac

Please sign in to comment.