skip failing test suite (#154064)

This commit is contained in:
Kibana Machine 2023-03-30 11:47:56 -04:00
parent a88d54c372
commit 897195a09e

View file

@ -14,6 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const filterBar = getService('filterBar');
// Failing: See https://github.com/elastic/kibana/issues/154065
// Failing: See https://github.com/elastic/kibana/issues/154064
describe.skip('choropleth chart', () => {
it('should allow creation of choropleth chart', async () => {
await PageObjects.visualize.navigateToNewVisualization();