From f75b2a7f9c4fe25a3615c498b74e861f1db56174 Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 11 Jan 2019 18:18:49 -0800 Subject: [PATCH] skip flaky test (see #27922) --- x-pack/plugins/xpack_main/public/hacks/telemetry.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/xpack_main/public/hacks/telemetry.test.js b/x-pack/plugins/xpack_main/public/hacks/telemetry.test.js index 96a596a2b4842..d08d89d738015 100644 --- a/x-pack/plugins/xpack_main/public/hacks/telemetry.test.js +++ b/x-pack/plugins/xpack_main/public/hacks/telemetry.test.js @@ -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 '>='