Skip TestAppOfApps. Closes #2089 (#2091)

This commit is contained in:
Alex Collins 2019-08-02 15:06:35 -07:00 committed by GitHub
parent b49a0ce7d5
commit 5f2dc0e9e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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().