skip flaky dashboard test

This commit is contained in:
Matt Bargar 2019-02-11 12:27:51 -05:00 committed by GitHub
parent 321fefcc67
commit c525f003e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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