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 5dc52a3 commit 942a8b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/discover/group3/_sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dataGrid = getService('dataGrid');
const INITIAL_FIELD_LIST_SUMMARY = '53 available fields. 0 empty fields. 3 meta fields.';

describe('discover sidebar', function describeIndexTests() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172215
describe.skip('discover sidebar', function describeIndexTests() {
before(async function () {
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
});
Expand All @@ -52,8 +53,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172215
describe.skip('field filtering', function () {
describe('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 942a8b1

Please sign in to comment.