Skip to content

Commit

Permalink
skip flaky test (see #27922)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 12, 2019
1 parent d707679 commit f75b2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/xpack_main/public/hacks/telemetry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 '>='
Expand Down

0 comments on commit f75b2a7

Please sign in to comment.