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.
1 parent c3cf8e6 commit 64582c5Copy full SHA for 64582c5
test/e2e/framework/api7_framework.go
@@ -156,8 +156,8 @@ func (f *Framework) deploy() {
156
err = f.ensureService("api7-postgresql", _namespace, 1)
157
f.GomegaT.Expect(err).ShouldNot(HaveOccurred(), "ensuring postgres service")
158
159
- err = f.ensureService("api7-prometheus-server", _namespace, 1)
160
- f.GomegaT.Expect(err).ShouldNot(HaveOccurred(), "ensuring prometheus-server service")
+ //err = f.ensureService("api7-prometheus-server", _namespace, 1)
+ //f.GomegaT.Expect(err).ShouldNot(HaveOccurred(), "ensuring prometheus-server service")
161
}
162
163
func (f *Framework) initDashboard() {
0 commit comments