Skip to content

Commit

Permalink
feat(kuma-cp): review
Browse files Browse the repository at this point in the history
Fixes: #8237
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
  • Loading branch information
Automaat committed Nov 6, 2023
1 parent ba4392c commit 72f3915
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/kumahq/kuma/test/framework/deployments/testserver"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"time"

Check failure on line 9 in test/e2e_env/multizone/localityawarelb/locality_aware_multizone_hybrid_egress.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/kumahq/kuma) --custom-order (gci)

"github.com/kumahq/kuma/pkg/test/resources/samples"
. "github.com/kumahq/kuma/test/framework"
Expand Down Expand Up @@ -112,6 +113,7 @@ spec:
Setup(multizone.UniZone1),
).To(Succeed())

time.Sleep(30 * time.Second)
// Kubernetes Zone 1
Expect(NewClusterSetup().
Install(NamespaceWithSidecarInjection(namespace)).
Expand Down

0 comments on commit 72f3915

Please sign in to comment.