Skip to content

Commit

Permalink
skip flaky suite (#108352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavit Baturalp Gurdin committed May 10, 2022
1 parent cfefccd commit d81d017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group3/drag_and_drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getPageObjects }: FtrProviderContext) {
const xyChartContainer = 'xyVisChart';

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 d81d017

Please sign in to comment.