mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Raised a bit the threshold
This commit is contained in:
parent
12481c6ada
commit
e655b84569
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export default function ({
|
||||||
updateBaselines
|
updateBaselines
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(percentDiff).to.be.lessThan(0.03);
|
expect(percentDiff).to.be.lessThan(0.035);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue