diff --git a/sdk/monitor/monitor-opentelemetry-exporter/test/functional/trace.test.ts b/sdk/monitor/monitor-opentelemetry-exporter/test/functional/trace.test.ts index 641e5b98ddca..990611c4a18f 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/test/functional/trace.test.ts +++ b/sdk/monitor/monitor-opentelemetry-exporter/test/functional/trace.test.ts @@ -46,7 +46,7 @@ describe("Trace Exporter Scenarios", () => { }); }) .catch((e) => { - throw e; + done(e); }); }); });