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