Browse Source

fix: remove test to unblock CI (#19908)

pull/19883/head^2
Valeriia Ruban 12 months ago committed by GitHub
parent
commit
a6d6164ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      ui/packages/consul-ui/tests/acceptance/dc/services/show/topology/metrics.feature

22
ui/packages/consul-ui/tests/acceptance/dc/services/show/topology/metrics.feature

@ -48,25 +48,3 @@ Feature: dc / services / show / topology / metrics
service: web
---
And I see the "[data-test-sparkline]" element
Scenario: Metrics enabled but service source is Consul API Gateway
Given 1 datacenter model with the value "datacenter"
And the local datacenter is "datacenter"
And 1 service model from yaml
---
- Service:
Name: web
Kind: ~
Meta:
external-source: consul-api-gateway
---
And ui_config from yaml
---
metrics_proxy_enabled: true
metrics_provider: 'prometheus'
---
When I visit the service page for yaml
---
dc: datacenter
service: web
---
And I don't see the "[data-test-sparkline]" element

Loading…
Cancel
Save