diff --git a/test/e2e/redundancy/gateway_failover.go b/test/e2e/redundancy/gateway_failover.go index 61cd676f3..674400b5d 100644 --- a/test/e2e/redundancy/gateway_failover.go +++ b/test/e2e/redundancy/gateway_failover.go @@ -10,7 +10,7 @@ import ( appsv1 "k8s.io/api/apps/v1" ) -var _ = Describe("[redundancy] Gateway fail-over tests", func() { +var _ = PDescribe("[redundancy] Gateway fail-over tests", func() { f := framework.NewDefaultFramework("gateway-redundancy") When("one gateway node is configured and the submariner engine pod fails", func() {