We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e64c0c5 + 6f42a9f commit cd6c6b4Copy full SHA for cd6c6b4
test/prometheus_test.go
@@ -96,7 +96,7 @@ func TestPrometheus(t *testing.T) {
96
t.Fatalf("Failed to get kubernetes client #%v", err)
97
}
98
99
- _ = features.
+ install := features.
100
New("Deploying Prometheus Helm Chart").
101
Setup(func(ctx context.Context, t *testing.T, cfg *envconf.Config) context.Context {
102
err = test.DeployHelmCharts(cfg.KubeconfigFile(), promCurrent)
@@ -148,5 +148,5 @@ func TestPrometheus(t *testing.T) {
148
}).
149
Feature()
150
151
- ciTestEnv.Test(t, upgrade)
+ ciTestEnv.Test(t, install, upgrade)
152
0 commit comments