Skip to content

Commit c5ad232

Browse files
committed
only this
1 parent eaf87ff commit c5ad232

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/aws-serverless/tests

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/aws-serverless/tests/npm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test.describe('NPM package', () => {
7171
);
7272
});
7373

74-
test('tracing in ESM works', async ({ lambdaClient }) => {
74+
test.only('tracing in ESM works', async ({ lambdaClient }) => {
7575
const transactionEventPromise = waitForTransaction('aws-serverless-lambda-sam', transactionEvent => {
7676
return transactionEvent?.transaction === 'NpmTracingEsm';
7777
});

0 commit comments

Comments
 (0)