mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#108352)
This commit is contained in:
parent
09f0954337
commit
bd5a34872b
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export default function ({ getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['visualize', 'lens', 'common', 'header']);
|
||||
|
||||
describe('lens drag and drop tests', () => {
|
||||
describe('basic drag and drop', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/108352
|
||||
describe.skip('basic drag and drop', () => {
|
||||
it('should construct the basic split xy chart', async () => {
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
await PageObjects.visualize.clickVisType('lens');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue