Skip to content

Commit c263f7d

Browse files
Merge pull request #2708 from juzhao/fix_66736
OCPBUGS-62972: enhance case 66736
2 parents 231e593 + 078b7f8 commit c263f7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/monitoring/monitoring.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,6 @@ var _ = g.Describe("[sig-monitoring] Cluster_Observability parallel monitoring",
27352735
defer deleteConfig(oc, monitoringCM.name, monitoringCM.namespace)
27362736

27372737
createResourceFromYaml(oc, "openshift-monitoring", clusterResources)
2738-
exutil.AssertAllPodsToBeReady(oc, "openshift-monitoring")
27392738

27402739
exutil.By("by default there is not resources.limits setting for the components, check the result for kube_pod_container_resource_limits of node-exporter pod to see if the setting loaded to components, same for other components")
27412740
token := getSAToken(oc, "prometheus-k8s", "openshift-monitoring")
@@ -2816,7 +2815,6 @@ var _ = g.Describe("[sig-monitoring] Cluster_Observability parallel monitoring",
28162815
}
28172816

28182817
createResourceFromYaml(oc, "openshift-user-workload-monitoring", uwmResources)
2819-
exutil.AssertAllPodsToBeReady(oc, "openshift-user-workload-monitoring")
28202818

28212819
exutil.By("check the resources.requests and resources.limits for uwm prometheus-operator")
28222820
checkMetric(oc, `https://thanos-querier.openshift-monitoring.svc:9091/api/v1/query --data-urlencode 'query=kube_pod_container_resource_limits{container="prometheus-operator",namespace="openshift-user-workload-monitoring"}'`, token, `"pod":"prometheus-operator-`, 3*uwmLoadTime)

0 commit comments

Comments
 (0)