Skip to content

Commit dcadd76

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ParallelIOTest.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1834,12 +1834,8 @@ void append_mode(
18341834

18351835
TEST_CASE("append_mode", "[serial]")
18361836
{
1837-
int rank;
1838-
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18391837
for (auto const &t : testedFileExtensions())
18401838
{
1841-
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1842-
<< std::endl;
18431839
std::string jsonConfigOld = R"END(
18441840
{
18451841
"adios2":

0 commit comments

Comments
 (0)