Skip to content

Commit 0dd76e0

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent be41e09 commit 0dd76e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/crds/v2/tls.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ spec:
312312
})
313313

314314
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+
}
315318
By("create shared TLS secret")
316319
err := s.NewKubeTlsSecret("shared-tls-secret", Cert, Key)
317320
Expect(err).NotTo(HaveOccurred(), "creating shared TLS secret")

0 commit comments

Comments
 (0)