mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#165608)
This commit is contained in:
parent
f1a9942f99
commit
771609d6e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue