mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#108352)
This commit is contained in:
parent
cfefccdbbc
commit
d81d017fa7
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getPageObjects }: FtrProviderContext) {
|
|||
const xyChartContainer = 'xyVisChart';
|
||||
|
||||
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