Skip to content

Commit 19650ed

Browse files
committed
Revert "Verbose CI debugging lets goo"
This reverts commit abefc3a.
1 parent 4e5399c commit 19650ed

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
@@ -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)