Macro maybe_skip_mysql_integration_test

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

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

The format of the environment variable is:

GT_KAFKA_ENDPOINTS=localhost:9092,localhost:9093