diff --git a/test/e2e/helm/kuma_helm_deploy_global_zone.go b/test/e2e/helm/kuma_helm_deploy_global_zone.go index 454035c18264..c797d5b65427 100644 --- a/test/e2e/helm/kuma_helm_deploy_global_zone.go +++ b/test/e2e/helm/kuma_helm_deploy_global_zone.go @@ -171,7 +171,8 @@ interCp: }) }) - It("should execute admin operations on Global CP", func() { + // TODO(bartsmykla): disabled while investingating flake + XIt("should execute admin operations on Global CP", func() { // given DP available on Global CP Eventually(func(g Gomega) { dataplanes, err := c1.GetKumactlOptions().KumactlList("dataplanes", "default")