skip flaky suite (#108352)

This commit is contained in:
spalger 2021-09-08 12:53:37 -07:00
parent f2c00fdd5a
commit b328fb3981

View file

@ -11,7 +11,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['visualize', 'lens', 'common', 'header']);
describe('lens drag and drop tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/108352
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();