diff options
Diffstat (limited to 'devel/electron35/files/patch-electron_spec_api-web-frame-main-spec.ts')
| -rw-r--r-- | devel/electron35/files/patch-electron_spec_api-web-frame-main-spec.ts | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron35/files/patch-electron_spec_api-web-frame-main-spec.ts deleted file mode 100644 index c8b3ce3d94f7..000000000000 --- a/devel/electron35/files/patch-electron_spec_api-web-frame-main-spec.ts +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/spec/api-web-frame-main-spec.ts.orig	2025-07-31 13:41:06 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();  | 
