Skip to content

Commit 9611dd0

Browse files
committed
fix test
1 parent d22aff0 commit 9611dd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/crds/v2/upstream.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ spec:
168168
`
169169

170170
It("should be able to access through service discovery", func() {
171+
if framework.ProviderType == framework.ProviderTypeAPI7EE {
172+
Skip("api7ee does not support DNS service discovery")
173+
}
171174
svcName := fmt.Sprintf("httpbin-service-e2e-test.%s.svc.cluster.local", s.Namespace())
172175
applier.MustApplyAPIv2(types.NamespacedName{Namespace: s.Namespace(), Name: "httpbin-dns"},
173176
&apiv2.ApisixUpstream{}, fmt.Sprintf(au, s.Namespace(), svcName))

0 commit comments

Comments
 (0)