diff options
Diffstat (limited to 'devel/electron36/files/patch-electron_spec_api-native-image-spec.ts')
-rw-r--r-- | devel/electron36/files/patch-electron_spec_api-native-image-spec.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-electron_spec_api-native-image-spec.ts b/devel/electron36/files/patch-electron_spec_api-native-image-spec.ts new file mode 100644 index 000000000000..006f42eaa4b9 --- /dev/null +++ b/devel/electron36/files/patch-electron_spec_api-native-image-spec.ts @@ -0,0 +1,11 @@ +--- electron/spec/api-native-image-spec.ts.orig 2025-05-07 07:36:13 UTC ++++ electron/spec/api-native-image-spec.ts +@@ -434,7 +434,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 () => { |