mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#154064)
This commit is contained in:
parent
a88d54c372
commit
897195a09e
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue