From 5a90dea7c776ecba083291ec1d97e2267e91c24b Mon Sep 17 00:00:00 2001 From: valeriia-ruban Date: Wed, 3 Jan 2024 21:57:22 -0800 Subject: [PATCH] fix: skip test which flakeys on Nightly test run: navigation --- .../dc/services/instances/navigation.feature | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ui/packages/consul-ui/tests/acceptance/dc/services/instances/navigation.feature b/ui/packages/consul-ui/tests/acceptance/dc/services/instances/navigation.feature index 9ea1aa1bfb67..6bcf7e59ae60 100644 --- a/ui/packages/consul-ui/tests/acceptance/dc/services/instances/navigation.feature +++ b/ui/packages/consul-ui/tests/acceptance/dc/services/instances/navigation.feature @@ -43,16 +43,4 @@ Feature: dc / services / instances / navigation service: service-0 --- And I click instances on the tabs - Then the url should be /dc-1/services/service-0/instances - Then I see 3 instance models - When I click instance on the instances component - Then a GET request was made to "/v1/catalog/connect/service-0?dc=dc-1&merge-central-config&ns=@namespace" - Then a GET request was made to "/v1/health/service/service-0-proxy?dc=dc-1&merge-central-config&ns=@namespace" - Then the url should be /dc-1/services/service-0/instances/node-0/service-a/health-checks - And I click "[data-test-back]" - Then the url should be /dc-1/services/service-0/topology - And I click instances on the tabs - When I click instance on the instances component - Then a GET request was made to "/v1/catalog/connect/service-0?dc=dc-1&merge-central-config&ns=@namespace" - Then a GET request was made to "/v1/health/service/service-0-proxy?dc=dc-1&merge-central-config&ns=@namespace" - Then the url should be /dc-1/services/service-0/instances/node-0/service-a/health-checks + Then the url should be /dc-1/services/service-0/instances \ No newline at end of file