Skip to content

Commit

Permalink
skip flaky suite (#67838)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 3, 2020
1 parent 2c1a959 commit ce6b61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/smokescreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await browser.getActions().move({ x: 5, y: 5, origin: el._webElement }).click().perform();
}

describe('lens smokescreen tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/67838
describe.skip('lens smokescreen tests', () => {
it('should allow editing saved visualizations', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await PageObjects.lens.clickVisualizeListItemTitle('Artistpreviouslyknownaslens');
Expand Down

0 comments on commit ce6b61e

Please sign in to comment.