summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-electron_spec_api-content-tracing-spec.js
blob: 821628dbdd35c97bc11022cc1377cf2006eaebf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/api-content-tracing-spec.js.orig	2019-09-11 17:30:11 UTC
+++ electron/spec/api-content-tracing-spec.js
@@ -22,7 +22,7 @@ const getPathInATempFolder = (filename) => {
 describe('contentTracing', () => {
   beforeEach(function () {
     // FIXME: The tests are skipped on arm/arm64.
-    if (process.platform === 'linux' &&
+    if ((process.platform === 'linux' || process.platform === 'freebsd') &&
         ['arm', 'arm64'].includes(process.arch)) {
       this.skip()
     }