skip failing test suite (#154065)

This commit is contained in:
Kibana Machine 2023-03-30 11:47:42 -04:00
parent 9a5fec815e
commit fce28277f9

View file

@ -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');