Skip to content

Commit

Permalink
test: updated the couchbase test suite
Browse files Browse the repository at this point in the history
removed unwanted modification from the test
  • Loading branch information
aryamohanan committed Jul 9, 2024
1 parent 66759d8 commit 357872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/collector/test/tracing/database/couchbase/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async function configureCouchbase() {
}

// NOTE: it takes 1-2 minutes till the couchbase server can be reached via docker
mochaSuiteFn.only('tracing/couchbase', function () {
mochaSuiteFn('tracing/couchbase', function () {
this.timeout(config.getTestTimeout() * 4);

globalAgent.setUpCleanUpHooks();
Expand Down

0 comments on commit 357872e

Please sign in to comment.