Skip to content

Commit

Permalink
test(e2e): disable helm deploy / admin ops test while investigating f…
Browse files Browse the repository at this point in the history
…lake

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Nov 6, 2024
1 parent daed4c8 commit c7f7fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/helm/kuma_helm_deploy_global_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c7f7fbc

Please sign in to comment.