Backport of fix: remove test to unblock CI into release/1.16.x (#19910)

backport of commit de839085b9782478aa758de495a121ccd57c7384

Co-authored-by: valeriia-ruban <valeriia.ruban@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-12-11 22:21:03 -06:00 committed by GitHub
parent d1e691873a
commit 5126fe18d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -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