Skip to content

Commit

Permalink
added commented test back
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvipise committed Oct 16, 2024
1 parent 5b0077c commit ec24054
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const helper = require('../test-helper')

const suite = new helper.Suite()

/*suite.test('bad tls credentials do not cause crash', (done) => {
suite.test('bad tls credentials do not cause crash', (done) => {
const config = {
//tls_client_cert: 'invalid_value',
//tls_client_key: 'invalid_value',
Expand All @@ -24,4 +24,4 @@ const suite = new helper.Suite()
client.end()
done()
})
})*/
})

0 comments on commit ec24054

Please sign in to comment.