mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#136797)
This commit is contained in:
parent
bccd183793
commit
08ddf55670
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const listingTable = getService('listingTable');
|
||||
const xyChartContainer = 'xyVisChart';
|
||||
|
||||
describe('lens drag and drop tests', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/136797
|
||||
describe.skip('lens drag and drop tests', () => {
|
||||
describe('basic drag and drop', () => {
|
||||
it('should construct the basic split xy chart', async () => {
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue