mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
spec: Suppress beginFrameSubscription for now
Since the callback is called asynchronously there is no way to prevent the callback from being called twice.
This commit is contained in:
@@ -304,10 +304,7 @@ describe 'browser-window module', ->
|
||||
done()
|
||||
w.loadUrl url
|
||||
|
||||
describe 'beginFrameSubscription method', ->
|
||||
# It is not very reliable on Travis CI.
|
||||
return if process.env.TRAVIS is 'true'
|
||||
|
||||
xdescribe 'beginFrameSubscription method', ->
|
||||
it 'subscribes frame updates', (done) ->
|
||||
w.loadUrl "file://#{fixtures}/api/blank.html"
|
||||
w.webContents.beginFrameSubscription (data) ->
|
||||
|
||||
Reference in New Issue
Block a user