Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Skip failing lens test(s). elastic#66779
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 15, 2020
1 parent 02290b2 commit c9ccb7d
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 @@ -72,7 +72,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
.perform();
}

describe('lens smokescreen tests', () => {
// Failing: https://github.com/elastic/kibana/issues/66779
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 c9ccb7d

Please sign in to comment.