mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
7 lines
195 B
Bash
7 lines
195 B
Bash
#!/bin/bash
|
|
|
|
export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary test-sds-server"
|
|
|
|
if is_set $TEST_V2_XDS; then
|
|
export SKIP_CASE="test SDS server doesn't support V2"
|
|
fi |