Skip to content

Commit

Permalink
skip flaky suite (#77969)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 9, 2020
1 parent 88e61a6 commit 3d8b95f
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 @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const testSubjects = getService('testSubjects');

describe('lens smokescreen tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/77969
describe.skip('lens smokescreen tests', () => {
it('should allow creation of lens xy chart', async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickVisType('lens');
Expand Down

0 comments on commit 3d8b95f

Please sign in to comment.