skip flaky suite (#213461)

This commit is contained in:
Tiago Costa 2025-03-13 18:04:43 +00:00
parent 2e80cd19f5
commit 69723619b8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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'