skip failing test suite (#136797)

This commit is contained in:
Kibana Machine 2022-07-21 14:38:35 -04:00
parent bccd183793
commit 08ddf55670

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const xyChartContainer = 'xyVisChart';
describe('lens drag and drop tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/136797
describe.skip('lens drag and drop tests', () => {
describe('basic drag and drop', () => {
it('should construct the basic split xy chart', async () => {
await PageObjects.visualize.navigateToNewVisualization();