mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
11 lines
548 B
TypeScript
11 lines
548 B
TypeScript
--- 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;
|