mirror of https://github.com/hashicorp/consul
Allow skipping v2 compat tests for SDS as it's only the SDS server integration that doesn't support v2
parent
e01c3585a5
commit
2b755d7b3f
@ -1,3 +1,7 @@
|
||||
#!/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
|
Loading…
Reference in new issue