Skip to content

Commit

Permalink
skip flaky suite (#108352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 16, 2021
1 parent 2c7548e commit b20ccd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/drag_and_drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['visualize', 'lens', 'common', 'header']);

describe('lens drag and drop tests', () => {
describe('basic drag and drop', () => {
// FLAKY: https://github.com/elastic/kibana/issues/108352
describe.skip('basic drag and drop', () => {
it('should construct the basic split xy chart', async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickVisType('lens');
Expand Down

0 comments on commit b20ccd9

Please sign in to comment.