blob: 2515084ec01bf3881ba361ea6cb16c2e9096cb6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/spec/api-subframe-spec.ts.orig 2025-09-02 20:56:04 UTC
+++ electron/spec/api-subframe-spec.ts
@@ -247,7 +247,7 @@ describe('subframe with non-standard schemes', () => {
});
// 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;
|