mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
parent
b49a0ce7d5
commit
5f2dc0e9e0
1 changed files with 1 additions and 2 deletions
|
|
@ -5,12 +5,11 @@ import (
|
|||
|
||||
. "github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1"
|
||||
. "github.com/argoproj/argo-cd/test/e2e/fixture/app"
|
||||
"github.com/argoproj/argo-cd/test/fixture/test"
|
||||
)
|
||||
|
||||
// mostly provided as a way to easily create an app of apps for manual testing
|
||||
func TestAppOfApps(t *testing.T) {
|
||||
test.LocalOnly(t)
|
||||
t.SkipNow()
|
||||
Given(t).
|
||||
Path("app-of-apps").
|
||||
When().
|
||||
|
|
|
|||
Loading…
Reference in a new issue