Skip to content

Commit 6f42a9f

Browse files
committed
fix: re-enable prom test
1 parent e64c0c5 commit 6f42a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/prometheus_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestPrometheus(t *testing.T) {
9696
t.Fatalf("Failed to get kubernetes client #%v", err)
9797
}
9898

99-
_ = features.
99+
install := features.
100100
New("Deploying Prometheus Helm Chart").
101101
Setup(func(ctx context.Context, t *testing.T, cfg *envconf.Config) context.Context {
102102
err = test.DeployHelmCharts(cfg.KubeconfigFile(), promCurrent)
@@ -148,5 +148,5 @@ func TestPrometheus(t *testing.T) {
148148
}).
149149
Feature()
150150

151-
ciTestEnv.Test(t, upgrade)
151+
ciTestEnv.Test(t, install, upgrade)
152152
}

0 commit comments

Comments
 (0)