mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#154065)
This commit is contained in:
parent
9a5fec815e
commit
fce28277f9
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const filterBar = getService('filterBar');
|
||||
|
||||
describe('choropleth chart', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154065
|
||||
describe.skip('choropleth chart', () => {
|
||||
it('should allow creation of choropleth chart', async () => {
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
await PageObjects.visualize.clickVisType('lens');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue