From a229c7cf59c0051647750ed27a38e8f82f736714 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Tue, 13 May 2025 08:06:56 -0400 Subject: [PATCH] asD --- test/e2e/e2e_test.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 6b98a4a..2f5b552 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -22,7 +22,6 @@ import ( "os" "os/exec" "path/filepath" - "strings" "time" . "github.com/onsi/ginkgo/v2" @@ -262,11 +261,11 @@ var _ = Describe("Manager", Ordered, func() { // TODO: Customize the e2e test suite with scenarios specific to your project. // Consider applying sample/CR(s) and check their status and/or verifying // the reconciliation by using the metrics, i.e.: - metricsOutput := getMetricsOutput() - Expect(metricsOutput).To(ContainSubstring( - fmt.Sprintf(`controller_runtime_reconcile_total{controller="%s",result="success"} 1`, - strings.ToLower(), - )) + // metricsOutput := getMetricsOutput() + // Expect(metricsOutput).To(ContainSubstring( + // fmt.Sprintf(`controller_runtime_reconcile_total{controller="%s",result="success"} 1`, + // strings.ToLower(), + // )) }) })