Skip to content

Commit

Permalink
skip flaky suite (#67838)
Browse files Browse the repository at this point in the history
(cherry picked from commit ce6b61e)
  • Loading branch information
spalger committed Jun 10, 2020
1 parent e2500b6 commit 9990814
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 @@ -68,7 +68,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 9990814

Please sign in to comment.