mirror of https://github.com/hashicorp/consul
Backport of fix: remove test to unblock CI into release/1.15.x (#19909)
backport of commit de839085b9
Co-authored-by: valeriia-ruban <valeriia.ruban@hashicorp.com>
backport/fix-role-linked-token-list/blindly-trusted-glowworm
parent
300e58c605
commit
ff25f835f0
|
@ -48,25 +48,3 @@ Feature: dc / services / show / topology / metrics
|
||||||
service: web
|
service: web
|
||||||
---
|
---
|
||||||
And I see the "[data-test-sparkline]" element
|
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…
Reference in New Issue