mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
Changelog: - https://github.com/electron/electron/releases/tag/v22.0.2 - https://github.com/electron/electron/releases/tag/v22.0.3 - https://github.com/electron/electron/releases/tag/v22.1.0 PR: 269194 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: mikael (maintainer)
11 lines
634 B
TypeScript
11 lines
634 B
TypeScript
--- electron/spec/api-web-frame-main-spec.ts.orig 2023-01-24 16:58:16 UTC
|
|
+++ electron/spec/api-web-frame-main-spec.ts
|
|
@@ -292,7 +292,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();
|