diff options
Diffstat (limited to 'devel/electron33/files/patch-electron_spec_api-web-frame-main-spec.ts')
-rw-r--r-- | devel/electron33/files/patch-electron_spec_api-web-frame-main-spec.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron33/files/patch-electron_spec_api-web-frame-main-spec.ts deleted file mode 100644 index 279337ccb3c6..000000000000 --- a/devel/electron33/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 2024-12-05 00:03:13 UTC -+++ electron/spec/api-web-frame-main-spec.ts -@@ -315,7 +315,7 @@ describe('webFrameMain module', () => { - }); - - // 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(); |