mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#159167)
This commit is contained in:
parent
d9ca8aa48f
commit
064c0e7e62
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
|
||||
});
|
||||
|
||||
describe('field filtering', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159167
|
||||
describe.skip('field filtering', function () {
|
||||
it('should reveal and hide the filter form when the toggle is clicked', async function () {
|
||||
await PageObjects.unifiedFieldList.openSidebarFieldFilter();
|
||||
await PageObjects.unifiedFieldList.closeSidebarFieldFilter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue