mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
disable visibilitychange tests as the functionality is broken upstream
https://crbug.com/920839
This commit is contained in:
@@ -2118,7 +2118,8 @@ describe('BrowserWindow module', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe('document.visibilityState/hidden', () => {
|
||||
// visibilitychange event is broken upstream, see crbug.com/920839
|
||||
xdescribe('document.visibilityState/hidden', () => {
|
||||
beforeEach(() => { w.destroy() })
|
||||
|
||||
function onVisibilityChange (callback) {
|
||||
|
||||
Reference in New Issue
Block a user