You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The Gateway spec for spec.hostnames: ["*.foo.com"] states it matches all subdomains.
111
+
# The Ingress spec for spec.rules.host: "*.foo.com" states it only matches a single subdomain level.
112
+
echo "Skipping incompatible test: 'An Ingress with a wildcard host rule should not route traffic matching on more than a single dns label'"
113
+
sed -i '/Scenario: An Ingress with a wildcard host rule should not route traffic matching on more than a single dns label/i @skip' features/host_rules.feature
0 commit comments