mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Changelog: https://github.com/electron/electron/releases/tag/v33.3.0 Reported by: GitHub (watch releases)
11 lines
634 B
TypeScript
11 lines
634 B
TypeScript
--- 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();
|