Enable a few tests

This commit is contained in:
Aleksei Kuzmin 2018-06-18 11:00:59 +02:00 committed by Samuel Attard
parent 10160b369b
commit 10c5141da0
3 changed files with 4 additions and 8 deletions

View file

@ -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()