summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-electron_spec_api-auto-updater-spec.js
blob: a45ed722738e4d1434e4553feaf8cc599c2c4525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/api-auto-updater-spec.js.orig	2019-05-14 02:12:26 UTC
+++ electron/spec/api-auto-updater-spec.js
@@ -140,7 +140,7 @@ describe('autoUpdater module', function () {
 
   describe('error event', () => {
     it('serializes correctly over the remote module', function (done) {
-      if (process.platform === 'linux') {
+      if (process.platform === 'linux' || process.platform === 'freebsd') {
         // FIXME(alexeykuzmin): Skip the test.
         // this.skip()
         return done()