mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#164623)
This commit is contained in:
parent
fabaf02e2f
commit
3ef6427a28
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue