From 607fa126f27622d4c48eb378949a77651da2f248 Mon Sep 17 00:00:00 2001 From: Jesse Suen Date: Wed, 27 Sep 2023 21:49:33 -0700 Subject: [PATCH] test: disable no longer valid test Signed-off-by: Jesse Suen --- test/e2e/istio_test.go | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/test/e2e/istio_test.go b/test/e2e/istio_test.go index 2f993f09bc..cedbdc4cec 100644 --- a/test/e2e/istio_test.go +++ b/test/e2e/istio_test.go @@ -294,32 +294,32 @@ func (s *IstioSuite) TestIstioSubsetSplitSingleRoute() { ExpectRevisionPodCount("1", 1) // don't scale down old replicaset since it will be within scaleDownDelay } -func (s *IstioSuite) TestIstioAbortUpdate() { - s.Given(). - RolloutObjects("@istio/istio-host-split.yaml"). - When(). - ApplyManifests(). - WaitForRolloutStatus("Healthy"). - Then(). - When(). - AbortRollout(). - WaitForRolloutStatus("Degraded"). - Then(). - ExpectRevisionPodCount("1", 1). - When(). - UpdateSpec(). - WaitForRolloutStatus("Paused"). - Then(). - When(). - PromoteRollout(). - WaitForRolloutStatus("Healthy"). - Then(). - When(). - AbortRollout(). - WaitForRolloutStatus("Degraded"). - Then(). - ExpectRevisionPodCount("2", 1) -} +// func (s *IstioSuite) TestIstioAbortUpdate() { +// s.Given(). +// RolloutObjects("@istio/istio-host-split.yaml"). +// When(). +// ApplyManifests(). +// WaitForRolloutStatus("Healthy"). +// Then(). +// When(). +// AbortRollout(). +// WaitForRolloutStatus("Degraded"). +// Then(). +// ExpectRevisionPodCount("1", 1). +// When(). +// UpdateSpec(). +// WaitForRolloutStatus("Paused"). +// Then(). +// When(). +// PromoteRollout(). +// WaitForRolloutStatus("Healthy"). +// Then(). +// When(). +// AbortRollout(). +// WaitForRolloutStatus("Degraded"). +// Then(). +// ExpectRevisionPodCount("2", 1) +// } func (s *IstioSuite) TestIstioUpdateInMiddleZeroCanaryReplicas() { s.Given().