Skip to content

Commit

Permalink
skip flaky suite (#159167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 20, 2023
1 parent d9ca8aa commit 064c0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group3/_sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 064c0e7

Please sign in to comment.