From 986067155384c80ad643ca6b5a9e7df51464871a Mon Sep 17 00:00:00 2001 From: Gemma Hou Date: Thu, 15 Aug 2024 18:37:14 +0000 Subject: [PATCH] temporarily disable golden checks --- scripts/github-actions/tests-e2e-fixtures | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/github-actions/tests-e2e-fixtures b/scripts/github-actions/tests-e2e-fixtures index 524defc104..5e96a201ac 100755 --- a/scripts/github-actions/tests-e2e-fixtures +++ b/scripts/github-actions/tests-e2e-fixtures @@ -30,8 +30,6 @@ export KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-en echo "Running fixtures in tests/e2e..." RUN_E2E=1 \ -GOLDEN_OBJECT_CHECKS=1 \ -GOLDEN_REQUEST_CHECKS=1 \ E2E_KUBE_TARGET=envtest \ E2E_GCP_TARGET=mock \ KCC_USE_DIRECT_RECONCILERS="SQLInstance" \