skip flaky suite (#207040)

This commit is contained in:
Tiago Costa 2025-02-21 18:38:06 +00:00
parent 06cbf45992
commit f67036ba3f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();