Skip to content

Commit

Permalink
test: disable no longer valid test
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <jesse@akuity.io>
  • Loading branch information
jessesuen committed Sep 28, 2023
1 parent a903a88 commit 607fa12
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions test/e2e/istio_test.go
Expand Up @@ -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().
Expand Down

0 comments on commit 607fa12

Please sign in to comment.