Constant zebra_test::net::ZEBRA_SKIP_NETWORK_TESTS

source ·
const ZEBRA_SKIP_NETWORK_TESTS: &str = "ZEBRA_SKIP_NETWORK_TESTS";
Expand description

The name of the env var that skips Zebra tests which need reliable, fast network connectivity.

We use a constant so that the compiler detects typos.