Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed May 23, 2024
1 parent 3d38695 commit c78637e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/pkg/tests/observability_endpoint_preserve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"fmt"
"os"

"k8s.io/klog/v2"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

Expand Down Expand Up @@ -213,10 +211,6 @@ func runMetricsCollectorTests(clusterConfig utils.Cluster) {

var _ = Describe("Observability:", func() {
for _, clusterConfig := range testOptions.ManagedClusters {
<<<<<<< HEAD
klog.Error("Coleen Running metrics collector tests for cluster: ", clusterConfig.Name)
=======
>>>>>>> f4c3e33d (refactor to accomodate managed cluster)
runMetricsCollectorTests(clusterConfig)
}
})
2 changes: 2 additions & 0 deletions tests/run-in-kind/run-e2e-in-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ run() {
run_e2e_test
}

run

0 comments on commit c78637e

Please sign in to comment.