mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge branch 'master' into expect-debugger-spec
This commit is contained in:
@@ -144,7 +144,8 @@ describe('debugger module', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('handles valid unicode characters in message', (done) => {
|
||||
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
|
||||
xit('handles valid unicode characters in message', (done) => {
|
||||
try {
|
||||
w.webContents.debugger.attach()
|
||||
} catch (err) {
|
||||
@@ -173,7 +174,8 @@ describe('debugger module', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('does not crash for invalid unicode characters in message', done => {
|
||||
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
|
||||
xit('does not crash for invalid unicode characters in message', (done) => {
|
||||
try {
|
||||
w.webContents.debugger.attach()
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user