disable flaky test (#40173)

This commit is contained in:
spalger 2019-07-02 09:07:46 -07:00
parent 251e164e89
commit 8a6ac547a8

View file

@ -61,7 +61,8 @@ export default function ({ getService, getPageObjects, updateBaselines }) {
expect(percentDifference).to.be.lessThan(0.05);
});
it('compare area chart snapshot', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/40173
it.skip('compare area chart snapshot', async () => {
await PageObjects.dashboard.gotoDashboardLandingPage();
await PageObjects.dashboard.clickNewDashboard();
await PageObjects.dashboard.setTimepickerInLogstashDataRange();