mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#207040)
This commit is contained in:
parent
06cbf45992
commit
f67036ba3f
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue