Skip to content

Commit

Permalink
♻️ Unskip dnd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Sep 14, 2021
1 parent 8541aed commit ea16006
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/lens/drag_and_drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ea16006

Please sign in to comment.