tillrohrmann commented on a change in pull request #13691: URL: https://github.com/apache/flink/pull/13691#discussion_r508462279
########## 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: maybe introduce `runsOnCIInfrastructure()` to give this expression a more expressive name. ---------------------------------------------------------------- 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