mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Marks TestDeletingAppStuckInSync as flaky (#1880)
This commit is contained in:
parent
8665997d89
commit
11afe8d723
1 changed files with 4 additions and 1 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Reference in a new issue