skip failing test suite (#164623)

This commit is contained in:
Kibana Machine 2024-07-24 18:54:06 +02:00
parent fabaf02e2f
commit 3ef6427a28

View file

@ -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({