summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-electron_spec_api-subframe-spec.ts
blob: 20c45287ac278884e06959b71d35817bb07c43b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/api-subframe-spec.ts.orig	2024-10-09 13:53:06 UTC
+++ electron/spec/api-subframe-spec.ts
@@ -218,7 +218,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;