Skip to content

Commit

Permalink
No exclusive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Feb 4, 2021
1 parent 180a813 commit 85a5295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/instrumentation/async-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ test('sync/async tracking', function (t) {
})
})

test.only('span.end()', function (t) {
test('span.end()', function (t) {
var transaction = agent.startTransaction()

var firstSpan = agent.startSpan('first-span')
Expand Down
2 changes: 1 addition & 1 deletion test/instrumentation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ test('bind', function (t) {
})
})

test.only('nested spans', function (t) {
test('nested spans', function (t) {
resetAgent(6, function (data) {
t.strictEqual(data.transactions.length, 1)
t.strictEqual(data.spans.length, 5)
Expand Down

0 comments on commit 85a5295

Please sign in to comment.