rmetzger commented on a change in pull request #13691:
URL: https://github.com/apache/flink/pull/13691#discussion_r508373318



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/ZooKeeperTestUtils.java
##########
@@ -68,8 +73,9 @@ public static Configuration configureZooKeeperHA(
                config.setString(HighAvailabilityOptions.HA_ZOOKEEPER_QUORUM, 
zooKeeperQuorum);
 
                int connTimeout = 5000;
-               if (System.getenv().containsKey("CI")) {
+               if (System.getenv().containsKey("CI") || 
System.getenv().containsKey("TF_BUILD")) {

Review comment:
       A `git grep "\"CI\""` didn't reveal any other code locations.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to