Enable a few tests
This commit is contained in:
parent
10160b369b
commit
10c5141da0
3 changed files with 4 additions and 8 deletions
|
@ -76,8 +76,7 @@ describe('crashReporter module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): [Ch66] Enable the test.
|
||||
xit('should send minidump when node processes crash', function (done) {
|
||||
it('should send minidump when node processes crash', function (done) {
|
||||
// TODO(alexeykuzmin): Skip the test instead of marking it as passed.
|
||||
if (process.env.APPVEYOR === 'True') return done()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue