Skip to content

Commit

Permalink
disable flaky test (#40173)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a6ac54)
  • Loading branch information
spalger committed Jul 2, 2019
1 parent 74783c7 commit 2ceab54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_snapshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2ceab54

Please sign in to comment.