skip flaky suite (#159167)

This commit is contained in:
Tiago Costa 2023-06-20 14:37:34 +01:00
parent d9ca8aa48f
commit 064c0e7e62
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();