Skip to content

Commit

Permalink
unskip test (#132009)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
flash1293 and kibanamachine authored May 12, 2022
1 parent c9372dc commit 6af6863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/lens/group3/drag_and_drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getPageObjects }: FtrProviderContext) {
const xyChartContainer = 'xyVisChart';

describe('lens drag and drop tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/108352
describe.skip('basic drag and drop', () => {
describe('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 6af6863

Please sign in to comment.