blob: f6c3e595b65edec8f522eac834351154d1c06056 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/spec/api-auto-updater-spec.js.orig 2019-09-11 17:30:11 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()
|