From 5f2dc0e9e00d29b453712b68e338866a9afd12cb Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 2 Aug 2019 15:06:35 -0700 Subject: [PATCH] Skip TestAppOfApps. Closes #2089 (#2091) --- test/e2e/app_of_apps_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/app_of_apps_test.go b/test/e2e/app_of_apps_test.go index e212684d01..abe8057db0 100644 --- a/test/e2e/app_of_apps_test.go +++ b/test/e2e/app_of_apps_test.go @@ -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().