Skip to content

Commit

Permalink
Skip agentOptions tests when running under istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Apr 18, 2015
1 parent 8e294c6 commit 5ebab4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test-agentOptions.js
@@ -1,5 +1,11 @@
'use strict'

if (process.env.running_under_istanbul) {
// test-agent.js modifies the process state
// causing these tests to fail when running under single process via tape
return
}

var request = require('../index')
, http = require('http')
, server = require('./server')
Expand Down

0 comments on commit 5ebab4c

Please sign in to comment.