Skip to content

Commit

Permalink
skip flaky suite (#165797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2023
1 parent e6621b2 commit d702521
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
});

describe('field distribution', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165797
describe.skip('field distribution', () => {
before(async () => {
await PageObjects.unifiedFieldList.toggleSidebarSection('empty'); // it will allow to render more fields in Available fields section
});
Expand Down

0 comments on commit d702521

Please sign in to comment.