disable visibilitychange tests as the functionality is broken upstream
https://crbug.com/920839
This commit is contained in:
parent
826f1cb90c
commit
8fa33ba120
1 changed files with 2 additions and 1 deletions
|
@ -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() })
|
beforeEach(() => { w.destroy() })
|
||||||
|
|
||||||
function onVisibilityChange (callback) {
|
function onVisibilityChange (callback) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue