mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#213324)
This commit is contained in:
parent
4107d9809d
commit
e2ad5816d4
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/213324
|
||||
describe.skip('lens drag and drop tests', () => {
|
||||
describe('basic drag and drop', () => {
|
||||
it('should construct a bar chart when dropping a field to create top values chart', async () => {
|
||||
await visualize.navigateToNewVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue