mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky dashboard test
This commit is contained in:
parent
321fefcc67
commit
c525f003e8
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await pieChart.expectPieSliceCount(5);
|
||||
});
|
||||
|
||||
it('area, bar and heatmap charts', async () => {
|
||||
it.skip('area, bar and heatmap charts', async () => {
|
||||
await dashboardExpect.seriesElementCount(3);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue