blob: 6ce49004e801bee5cc0fc0205e2ee8ac147f88aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/spec/api-native-image-spec.ts.orig 2024-10-09 13:53:06 UTC
+++ electron/spec/api-native-image-spec.ts
@@ -428,7 +428,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 () => {
|