mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
1e2818b507
commit
4272ae868c
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ describe('telemetry class', () => {
|
|||
expect(telemetry._checkReportStatus()).toBe(false);
|
||||
});
|
||||
|
||||
test('returns false if last report is too recent', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/27922
|
||||
test.skip('returns false if last report is too recent', () => {
|
||||
const injector = {
|
||||
localStorage: {
|
||||
// we expect '>', not '>='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue