Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Nikolaev committed Mar 31, 2021
1 parent 195fc7e commit 2a95a56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/deploy/kuma_deploy_hybrid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ metadata:
optsRemote1 = []DeployOptionsFunc{
WithIngress(),
WithGlobalAddress(globalCP.GetKDSServerAddress()),
WithCNI(),
//WithCNI(),
}

err = NewClusterSetup().
Expand Down Expand Up @@ -195,7 +195,6 @@ metadata:
})

It("should access allservices", func() {

// Remote 1
pods, err := k8s.ListPodsE(
remote_1.GetTesting(),
Expand Down

0 comments on commit 2a95a56

Please sign in to comment.