Fix flaky TestExcludedResource (#2440)

This commit is contained in:
Alexander Matyushentsev 2019-10-08 18:19:43 -07:00 committed by Alex Collins
parent 5abe863ea9
commit f6545cd56a

View file

@ -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"))
}