skip flaky suite (#165608)

This commit is contained in:
Tiago Costa 2023-09-04 15:51:28 +01:00
parent f1a9942f99
commit 771609d6e1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -52,7 +52,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
});
describe('field distribution', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165608
describe.skip('field distribution', () => {
before(async () => {
await PageObjects.unifiedFieldList.toggleSidebarSection('empty'); // it will allow to render more fields in Available fields section
});