From e5da43fc7f9b1191a70badc616f0003170c54e88 Mon Sep 17 00:00:00 2001 From: cindy-peng Date: Fri, 12 Apr 2024 18:43:12 -0700 Subject: [PATCH] remove only mocha test keywords --- system-test/logging.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-test/logging.ts b/system-test/logging.ts index 43523390..9369ce9a 100644 --- a/system-test/logging.ts +++ b/system-test/logging.ts @@ -628,7 +628,7 @@ describe('Logging', () => { }); }); - it.only('should write a log with metadata', done => { + it('should write a log with metadata', done => { const { log } = getTestLog(); const metadata = Object.assign({}, options, { @@ -740,7 +740,7 @@ describe('Logging', () => { }); }); - describe.only('logs with open telemetry context', () => { + describe('logs with open telemetry context', () => { let sdk: NodeSDK; before(() => { // initialize the SDK and register with the OpenTelemetry API