mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #1431 from mxinden/remove-prom-spec
e2e/TestPrometheusDiscovery: Remove Prometheus version specification
This commit is contained in:
commit
5fdbfb0907
1 changed files with 0 additions and 1 deletions
|
@ -857,7 +857,6 @@ func TestPrometheusDiscovery(t *testing.T) {
|
|||
}
|
||||
|
||||
p := framework.MakeBasicPrometheus(ns, prometheusName, group, 1)
|
||||
p.Spec.Version = "v1.7.1"
|
||||
if err := framework.CreatePrometheusAndWaitUntilReady(ns, p); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue