From ea16006656b0e963178245b135eb4691a1005b99 Mon Sep 17 00:00:00 2001 From: dej611 Date: Tue, 14 Sep 2021 10:05:44 +0200 Subject: [PATCH] :recycle: Unskip dnd tests --- x-pack/test/functional/apps/lens/drag_and_drop.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/lens/drag_and_drop.ts b/x-pack/test/functional/apps/lens/drag_and_drop.ts index b53d4370d561e..e7b7ba18d62fb 100644 --- a/x-pack/test/functional/apps/lens/drag_and_drop.ts +++ b/x-pack/test/functional/apps/lens/drag_and_drop.ts @@ -11,8 +11,7 @@ import { FtrProviderContext } from '../../ftr_provider_context'; export default function ({ getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['visualize', 'lens', 'common', 'header']); - // FLAKY: https://github.com/elastic/kibana/issues/108352 - describe.skip('lens drag and drop tests', () => { + describe('lens drag and drop tests', () => { describe('basic drag and drop', () => { it('should construct the basic split xy chart', async () => { await PageObjects.visualize.navigateToNewVisualization();