summaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-electron_spec-main_version-bump-spec.ts
blob: 1581c8ed08d664a708c4cd8723c2e4f4518abe37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec-main/version-bump-spec.ts.orig	2021-11-15 23:45:07 UTC
+++ electron/spec-main/version-bump-spec.ts
@@ -186,7 +186,7 @@ describe('version-bumper', () => {
 
   // On macOS Circle CI we don't have a real git environment due to running
   // gclient sync on a linux machine. These tests therefore don't run as expected.
-  ifdescribe(!(process.platform === 'linux' && process.arch.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
+  ifdescribe(!((process.platform === 'linux' || process.platform === 'freebsd') && process.arch.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
     describe('bump versions', () => {
       const nightlyPattern = /[0-9.]*(-nightly.(\d{4})(\d{2})(\d{2}))$/g;
       const betaPattern = /[0-9.]*(-beta[0-9.]*)/g;