macro_rules! maybe_skip_etcd_tls_integration_test {
    () => { ... };
}Expand description
Skip the test if the environment variable GT_ETCD_TLS_ENDPOINTS is not set.
The format of the environment variable is:
GT_ETCD_TLS_ENDPOINTS=localhost:9092,localhost:9093