Skip to content

Commit

Permalink
skip flaky suite (#207040)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 21, 2025
1 parent 06cbf45 commit f67036b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f67036b

Please sign in to comment.