revert: frame subscriber deprecation and re-enable tests
This commit is contained in:
parent
c598272891
commit
f643ce4f66
3 changed files with 20 additions and 11 deletions
|
@ -2058,9 +2058,7 @@ describe('BrowserWindow module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): [Ch66] Crashes the app.
|
||||
// Fix and enable the test.
|
||||
xdescribe('beginFrameSubscription method', () => {
|
||||
describe('beginFrameSubscription method', () => {
|
||||
before(function () {
|
||||
// This test is too slow, only test it on CI.
|
||||
if (!isCI) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue