Skip to content

Commit

Permalink
skip failing es promotion suite (#172215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 29, 2023
1 parent 6a8d9d0 commit 2a332bc
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 () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172215
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 2a332bc

Please sign in to comment.