Marks TestDeletingAppStuckInSync as flaky (#1880)

This commit is contained in:
Alex Collins 2019-07-03 14:37:54 -07:00 committed by GitHub
parent 8665997d89
commit 11afe8d723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,15 @@ import (
. "github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1"
. "github.com/argoproj/argo-cd/test/e2e/fixture"
. "github.com/argoproj/argo-cd/test/e2e/fixture/app"
"github.com/argoproj/argo-cd/test/fixture/test"
)
// when a app gets stuck in sync, and we try to delete it, it won't delete, instead we must then terminate it
// and deletion will then just happen
// NOTE: this test is being flaky on CI, so don't assume failure means the PR is bad
func TestDeletingAppStuckInSync(t *testing.T) {
test.Flaky(t)
Given(t).
Path("hook").
When().