mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#204381)
This commit is contained in:
parent
bf52799dc4
commit
e15350ea6f
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('tabs navigation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/204381
|
||||
describe.skip('tabs navigation', () => {
|
||||
let currentUrl: string;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue