Macro maybe_skip_postgres15_integration_test

Source
macro_rules! maybe_skip_postgres15_integration_test {
    () => { ... };
}
Expand description

Skip the test if the environment variable GT_POSTGRES15_ENDPOINTS is not set.

The format of the environment variable is:

GT_POSTGRES15_ENDPOINTS=postgres://user:password@127.0.0.1:5433/postgres