Constant SKIP_NETWORK_TESTS

Source
const SKIP_NETWORK_TESTS: &str = "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.