Skip to content

Commit a44cc08

Browse files
committed
skip flaky suite (#71304)
1 parent 0b0ef39 commit a44cc08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/lens/smokescreen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
6464
await browser.getActions().move({ x: 5, y: 5, origin: el._webElement }).click().perform();
6565
}
6666

67-
describe('lens smokescreen tests', () => {
67+
// FLAKY: https://github.com/elastic/kibana/issues/71304
68+
describe.skip('lens smokescreen tests', () => {
6869
it('should allow editing saved visualizations', async () => {
6970
await PageObjects.visualize.gotoVisualizationLandingPage();
7071
await listingTable.searchForItemWithName('Artistpreviouslyknownaslens');

0 commit comments

Comments
 (0)