From eb51117adf22908eade73b3a03759c9dd5dfd314 Mon Sep 17 00:00:00 2001 From: Anna Song Date: Thu, 15 Sep 2022 18:05:25 -0700 Subject: [PATCH] Fix flaky Disable submodules and increase timeout to prevent `localize` test that uses testdata from flaking. --- api/krusty/testdata/localize/remote/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/krusty/testdata/localize/remote/kustomization.yaml b/api/krusty/testdata/localize/remote/kustomization.yaml index 58807f0a2..9d8e080ba 100644 --- a/api/krusty/testdata/localize/remote/kustomization.yaml +++ b/api/krusty/testdata/localize/remote/kustomization.yaml @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/kubernetes-sigs/kustomize//api/krusty/testdata/localize/simple?ref=kustomize/v4.5.5 + - https://github.com/kubernetes-sigs/kustomize//api/krusty/testdata/localize/simple?submodules=0&ref=kustomize/v4.5.7&timeout=300 - hpa.yaml commonLabels: - purpose: remoteReference \ No newline at end of file + purpose: remoteReference