summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-electron_spec_api-web-frame-main-spec.ts
blob: b5e0170a48167e889e1d9d6cb178f0d13a5b7330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/api-web-frame-main-spec.ts.orig	2025-07-22 07:51:00 UTC
+++ electron/spec/api-web-frame-main-spec.ts
@@ -316,7 +316,7 @@ describe('webFrameMain module', () => {
     afterEach(closeAllWindows);
 
     // TODO(jkleinsc) fix this flaky test on linux
-    ifit(process.platform !== 'linux')('throws upon accessing properties when disposed', async () => {
+    ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('throws upon accessing properties when disposed', async () => {
       await w.loadFile(path.join(subframesPath, 'frame-with-frame-container.html'));
       const { mainFrame } = w.webContents;
       w.destroy();