summaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-electron_spec_api-native-image-spec.ts
blob: a6b4b300e391af2bb66b7ae1f668589d7e6f2284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/api-native-image-spec.ts.orig	2025-11-13 22:50:46 UTC
+++ electron/spec/api-native-image-spec.ts
@@ -439,7 +439,7 @@ describe('nativeImage module', () => {
     });
   });
 
-  ifdescribe(process.platform !== 'linux')('createThumbnailFromPath(path, size)', () => {
+  ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('createThumbnailFromPath(path, size)', () => {
     useRemoteContext({ webPreferences: { contextIsolation: false, nodeIntegration: true } });
 
     it('throws when invalid size is passed', async () => {