Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
p-se committed Apr 4, 2024
1 parent 5af36dd commit d46809f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/metrics/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var _ = Describe("Cluster Metrics", Label("cluster"), func() {
)
if expectedExist {
Expect(err).ToNot(HaveOccurred())
// TODO What if the cluster has a GitRepo as part of current tests?
Expect(*metric.Gauge.Value).To(Equal(float64(0)), metricName)
} else {
Expect(err).To(HaveOccurred())
Expand Down

0 comments on commit d46809f

Please sign in to comment.