blob: 006f42eaa4b9ae56fb63d866f4ffb1dc3e246cff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 () => {
|