From edfbeb92bf743b74f93d3fdd1f38b87a33657df1 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Wed, 9 Dec 2020 09:16:41 -0800 Subject: [PATCH] test: disable flaky reporting API test (#26898) --- spec-main/chromium-spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec-main/chromium-spec.ts b/spec-main/chromium-spec.ts index b2b321558d21..cfea0fe19c1b 100644 --- a/spec-main/chromium-spec.ts +++ b/spec-main/chromium-spec.ts @@ -19,7 +19,9 @@ const features = process._linkedBinding('electron_common_features'); const fixturesPath = path.resolve(__dirname, '..', 'spec', 'fixtures'); describe('reporting api', () => { - it('sends a report for a deprecation', async () => { + // TODO(nornagon): this started failing a lot on CI. Figure out why and fix + // it. + it.skip('sends a report for a deprecation', async () => { const reports = new EventEmitter(); // The Reporting API only works on https with valid certs. To dodge having