mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Disable all failing tests
This commit is contained in:
committed by
Samuel Attard
parent
cd428a047f
commit
de6a5de914
@@ -134,7 +134,7 @@ describe('debugger module', () => {
|
||||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): Times out. Fix it and enable back.
|
||||
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
|
||||
xit('handles valid unicode characters in message', (done) => {
|
||||
try {
|
||||
w.webContents.debugger.attach()
|
||||
@@ -164,7 +164,7 @@ describe('debugger module', () => {
|
||||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): Times out. Fix it and enable back.
|
||||
// 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()
|
||||
|
||||
Reference in New Issue
Block a user