Merge pull request #10989 from electron/temporary-disable-visibility-state-tests

Temporary disable "document.visibilityState/hidden" tests
This commit is contained in:
Shelley Vohr 2017-11-01 20:13:54 -04:00 committed by GitHub
commit f3125358c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1528,7 +1528,9 @@ describe('BrowserWindow module', () => {
}) })
}) })
describe('document.visibilityState/hidden', () => { // FIXME(alexeykuzmin): Temporary disabled to unblock master.
// https://github.com/electron/electron/issues/10988
xdescribe('document.visibilityState/hidden', () => {
beforeEach(() => { w.destroy() }) beforeEach(() => { w.destroy() })
function onVisibilityChange (callback) { function onVisibilityChange (callback) {