Skip to content

Commit 8f62bf3

Browse files
committed
try without only
1 parent c5ad232 commit 8f62bf3

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.only('tracing in ESM works', async ({ lambdaClient }) => {
74+
test('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)