aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts')
-rw-r--r--devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts
new file mode 100644
index 000000000000..f6167c9b5419
--- /dev/null
+++ b/devel/electron28/files/patch-electron_spec_api-web-frame-main-spec.ts
@@ -0,0 +1,11 @@
+--- electron/spec/api-web-frame-main-spec.ts.orig 2023-05-31 14:28:29 UTC
++++ electron/spec/api-web-frame-main-spec.ts
+@@ -289,7 +289,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();