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