Skip to content

Commit

Permalink
skip flaky suite (#71304)
Browse files Browse the repository at this point in the history
(cherry picked from commit a44cc08)
  • Loading branch information
spalger committed Jul 15, 2020
1 parent 27b93b7 commit a009663
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/71304
describe.skip('lens smokescreen tests', () => {
it('should allow editing saved visualizations', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.searchForItemWithName('Artistpreviouslyknownaslens');
Expand Down

0 comments on commit a009663

Please sign in to comment.