aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-electron_spec-main_api-subframe-spec.ts
blob: aa620c9db2929bbd8836a19693c5c208aaf76b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec-main/api-subframe-spec.ts.orig	2021-04-20 23:32:33 UTC
+++ electron/spec-main/api-subframe-spec.ts
@@ -213,7 +213,7 @@ describe('renderer nodeIntegrationInSubFrames', () => 
 });
 
 // app.getAppMetrics() does not return sandbox information on Linux.
-ifdescribe(process.platform !== 'linux')('cross-site frame sandboxing', () => {
+ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('cross-site frame sandboxing', () => {
   let server: http.Server;
   let crossSiteUrl: string;
   let serverUrl: string;