mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable flaky test (#40173)
This commit is contained in:
parent
251e164e89
commit
8a6ac547a8
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue