Skip to content

Commit cd6c6b4

Browse files
authored
Merge pull request #922 from procinger/fix/reenable-prom-test
fix: re-enable prom test
2 parents e64c0c5 + 6f42a9f commit cd6c6b4

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)