Skip to content

Commit 2ceab54

Browse files
author
spalger
committed
disable flaky test (#40173)
(cherry picked from commit 8a6ac54)
1 parent 74783c7 commit 2ceab54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/apps/dashboard/dashboard_snapshots.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export default function ({ getService, getPageObjects, updateBaselines }) {
6161
expect(percentDifference).to.be.lessThan(0.05);
6262
});
6363

64-
it('compare area chart snapshot', async () => {
64+
// FLAKY: https://github.com/elastic/kibana/issues/40173
65+
it.skip('compare area chart snapshot', async () => {
6566
await PageObjects.dashboard.gotoDashboardLandingPage();
6667
await PageObjects.dashboard.clickNewDashboard();
6768
await PageObjects.dashboard.setTimepickerInLogstashDataRange();

0 commit comments

Comments
 (0)