andreachild commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2441457585


##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanationTest.java:
##########
@@ -131,7 +131,7 @@ public void shouldApplyStrategiesCorrectly() {
         }
         assertEquals(4, found);
         //
-        //System.out.println(traversal.explain().prettyPrint(160));
+        System.out.println(traversal.explain().prettyPrint(170));

Review Comment:
   It was intentional to help troubleshoot a flaky test that was sometimes 
failing in github actions but not locally, but I have reverted it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to