From f67036ba3f2031ef3de0ed84a3f10fe8477d5d61 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 21 Feb 2025 18:38:06 +0000 Subject: [PATCH] skip flaky suite (#207040) --- .../apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts b/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts index 57963a2e7aa9f..9a84358291877 100644 --- a/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts +++ b/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts @@ -39,7 +39,8 @@ describe('Mobile transactions page', () => { synthtrace.clean(); }); - describe('when click on tab shows correct table', () => { + // FLAKY: https://github.com/elastic/kibana/issues/207040 + describe.skip('when click on tab shows correct table', () => { it('shows version tab', () => { cy.visitKibana(mobileTransactionsPageHref); cy.getByTestSubj('apmAppVersionTab').click();