mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
fix: fix flaky TestTrackAppStateAndSyncApp e2e test (#4325)
This commit is contained in:
parent
96035d3b51
commit
df4002a987
1 changed files with 0 additions and 2 deletions
|
|
@ -249,8 +249,6 @@ func TestTrackAppStateAndSyncApp(t *testing.T) {
|
|||
Expect(OperationPhaseIs(OperationSucceeded)).
|
||||
Expect(SyncStatusIs(SyncStatusCodeSynced)).
|
||||
Expect(HealthIs(health.HealthStatusHealthy)).
|
||||
Expect(Success(fmt.Sprintf("apps Deployment %s guestbook-ui OutOfSync Missing", DeploymentNamespace()))).
|
||||
Expect(Success(fmt.Sprintf("Service %s guestbook-ui OutOfSync Missing", DeploymentNamespace()))).
|
||||
Expect(Success(fmt.Sprintf("Service %s guestbook-ui Synced ", DeploymentNamespace()))).
|
||||
Expect(Success(fmt.Sprintf("apps Deployment %s guestbook-ui Synced", DeploymentNamespace()))).
|
||||
Expect(Event(EventReasonResourceUpdated, "sync")).
|
||||
|
|
|
|||
Loading…
Reference in a new issue