mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
spec: Surppess did-change-theme-color test
It is too flaky.
This commit is contained in:
@@ -407,7 +407,7 @@ describe '<webview> tag', ->
|
||||
webview.src = "file://#{fixtures}/pages/content.html"
|
||||
document.body.appendChild webview
|
||||
|
||||
describe 'did-change-theme-color event', ->
|
||||
xdescribe 'did-change-theme-color event', ->
|
||||
it 'emits when theme color changes', (done) ->
|
||||
webview.addEventListener 'did-change-theme-color', (e) ->
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user