skip flaky suite (#71304)

This commit is contained in:
spalger 2020-07-15 12:56:42 -07:00
parent 0b0ef39b22
commit a44cc08731

View file

@ -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');