mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Fix flaky TestExcludedResource (#2440)
This commit is contained in:
parent
5abe863ea9
commit
f6545cd56a
1 changed files with 1 additions and 0 deletions
|
|
@ -774,6 +774,7 @@ func TestExcludedResource(t *testing.T) {
|
|||
When().
|
||||
Create().
|
||||
Sync().
|
||||
Refresh(RefreshTypeNormal).
|
||||
Then().
|
||||
Expect(Condition(ApplicationConditionExcludedResourceWarning, "Resource apps/Deployment guestbook-ui is excluded in the settings"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue