Skip to content

Commit bd479f4

Browse files
committed
Revert "Verbose CI debugging lets goo"
This reverts commit abefc3a.
1 parent 1554707 commit bd479f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ParallelIOTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,12 +1839,8 @@ void append_mode(
18391839

18401840
TEST_CASE("append_mode", "[serial]")
18411841
{
1842-
int rank;
1843-
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18441842
for (auto const &t : testedFileExtensions())
18451843
{
1846-
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1847-
<< std::endl;
18481844
std::string jsonConfigOld = R"END(
18491845
{
18501846
"adios2":

0 commit comments

Comments
 (0)