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 45dd100 commit 666c708Copy full SHA for 666c708
test/e2e/crds/v2/globalrule.go
@@ -88,9 +88,6 @@ spec:
88
89
Context("ApisixGlobalRule Basic Operations", func() {
90
BeforeEach(func() {
91
- // if s.Deployer.Name() == "api7ee" {
92
- // Skip("GlobalRule is not supported in api7ee")
93
- // }
94
By("create GatewayProxy")
95
gatewayProxy := fmt.Sprintf(gatewayProxyYaml, s.Deployer.GetAdminEndpoint(), s.AdminKey())
96
err := s.CreateResourceFromStringWithNamespace(gatewayProxy, "default")
0 commit comments