blob: fe4b4d3acd8cb3569f57740703828805593703a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/spec/api-auto-updater-spec.js.orig 2019-05-16 02:00:37 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()
|