We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be41e09 commit 0dd76e0Copy full SHA for 0dd76e0
test/e2e/crds/v2/tls.go
@@ -312,6 +312,9 @@ spec:
312
})
313
314
It("ApisixTls and Ingress with same certificate but different hosts", func() {
315
+ if framework.IngressVersion != "v1" {
316
+ Skip("skipping test in non-v1 ingress version")
317
+ }
318
By("create shared TLS secret")
319
err := s.NewKubeTlsSecret("shared-tls-secret", Cert, Key)
320
Expect(err).NotTo(HaveOccurred(), "creating shared TLS secret")
0 commit comments