Skip to content

Commit

Permalink
skip failing es promotion suites (elastic#163971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 15, 2023
1 parent 54d11a9 commit aef652f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group4/tsdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('for rolled up metric (downsampled)', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163971
describe.skip('for rolled up metric (downsampled)', () => {
it('defaults to average for rolled up metric', async () => {
await PageObjects.lens.switchDataPanelIndexPattern(downsampleDataView.dataView);
await PageObjects.lens.removeLayer();
Expand Down

0 comments on commit aef652f

Please sign in to comment.