File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import (
3333 "sigs.k8s.io/gateway-api/apis/v1alpha2"
3434
3535 "github.com/apache/apisix-ingress-controller/api/v1alpha1"
36- "github.com/apache/apisix-ingress-controller/internal/provider/adc"
3736 "github.com/apache/apisix-ingress-controller/test/e2e/framework"
3837 "github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
3938)
@@ -1963,9 +1962,6 @@ spec:
19631962 port: 80
19641963`
19651964 It ("Should sync ApisixRoute during startup" , func () {
1966- if s .Deployer .Name () == adc .BackendModeAPI7EE {
1967- Skip ("don't need to run on api7ee mode" )
1968- }
19691965 By ("apply ApisixRoute" )
19701966 Expect (s .CreateResourceFromString (route2 )).ShouldNot (HaveOccurred (), "applying HTTPRoute with non-existent parent" )
19711967 s .ResourceApplied ("HTTPRoute" , "httpbin" , route , 1 )
You can’t perform that action at this time.
0 commit comments