Skip to content

Commit

Permalink
skip failing test suite (elastic#164623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 24, 2024
1 parent f5fd0be commit 0694566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group1/ad_hoc_data_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await dataViews.isAdHoc()).to.be(true);
};

describe('lens ad hoc data view tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/164623
describe.skip('lens ad hoc data view tests', () => {
it('should allow building a chart based on ad hoc data view', async () => {
await setupAdHocDataView();
await PageObjects.lens.configureDimension({
Expand Down

0 comments on commit 0694566

Please sign in to comment.