mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#213461)
This commit is contained in:
parent
2e80cd19f5
commit
69723619b8
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
||||
});
|
||||
|
||||
describe('top nav menu buttons', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/213461
|
||||
describe.skip('top nav menu buttons', () => {
|
||||
const focusAndPressButton = async (buttonTestSubject: string | WebElementWrapper) => {
|
||||
const button =
|
||||
typeof buttonTestSubject === 'string'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue