Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Nov 29, 2019
1 parent c50f72f commit fe85bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('SPM for Node.js tests', function () {
NjsAgent.on('metric', checkMetrics)
})

it.only('Wait for metrics: Process Agent', function (done) {
it('Wait for metrics: Process Agent', function (done) {
this.timeout(30000)
config.maxDataPoints = 1
config.logger.console = false
Expand Down

0 comments on commit fe85bdf

Please sign in to comment.