Skip to content

Commit 40157aa

Browse files
committed
test: command monitoring redaction tests
1 parent 27cf1d2 commit 40157aa

File tree

6 files changed

+396
-86
lines changed

6 files changed

+396
-86
lines changed

test/functional/apm.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ describe('APM', function () {
980980
expect(loadedSpec).to.include.all.keys(['description', 'tests']);
981981
context(String(loadedSpec.description), function () {
982982
for (const test of loadedSpec.tests) {
983-
it(String(test.description), {
983+
it.only(String(test.description), {
984984
metadata: { sessions: { skipLeakTests: true } },
985985
test: async function () {
986986
await runUnifiedTest(this, loadedSpec, test);

0 commit comments

Comments
 (0)