Browse Source

test: disable flaky reporting API test (#27272)

Co-authored-by: Jeremy Rose <[email protected]>
trop[bot] 4 years ago
parent
commit
846504af8e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      spec-main/chromium-spec.ts

+ 3 - 1
spec-main/chromium-spec.ts

@@ -19,7 +19,9 @@ const features = process.electronBinding('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