summaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-electron_spec_visibility-state-spec.ts
blob: af671a9032473439d4a64e2ae3c133a4cde5ce9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/visibility-state-spec.ts.orig	2024-11-27 18:42:14 UTC
+++ electron/spec/visibility-state-spec.ts
@@ -12,7 +12,7 @@ import { closeWindow } from './lib/window-helpers';
 
 // visibilityState specs pass on linux with a real window manager but on CI
 // the environment does not let these specs pass
-ifdescribe(process.platform !== 'linux')('document.visibilityState', () => {
+ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('document.visibilityState', () => {
   let w: BaseWindow & {webContents: WebContents};
 
   afterEach(async () => {