Skip to content

Commit

Permalink
Revert "Verbose CI debugging lets goo"
Browse files Browse the repository at this point in the history
This reverts commit abefc3a.
  • Loading branch information
franzpoeschel committed Dec 11, 2024
1 parent 1554707 commit bd479f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1839,12 +1839,8 @@ void append_mode(

TEST_CASE("append_mode", "[serial]")
{
int rank;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
for (auto const &t : testedFileExtensions())
{
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
<< std::endl;
std::string jsonConfigOld = R"END(
{
"adios2":
Expand Down

0 comments on commit bd479f4

Please sign in to comment.