Skip to content

Commit 540249c

Browse files
committed
Re-enable orchestrion for aws integration tests now that all services are registered
1 parent 5da0658 commit 540249c

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

  • dev-packages/node-integration-tests/suites/aws-serverless

dev-packages/node-integration-tests/suites/aws-serverless/aws-integration-streamed/test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,7 @@ describe('awsIntegration (streamed)', () => {
226226
await createTestRunner().ignore('event').expect({ span: assertAwsServiceSpans }).start().completed();
227227
});
228228
},
229-
// The orchestrion aws-sdk channel integration has no service extensions yet (empty registry),
230-
// so it can't emit the service-specific attributes asserted here. Stay on the OTel path until
231-
// the service extensions land in a follow-up.
232-
{ additionalDependencies, injectOrchestrion: false },
229+
{ additionalDependencies },
233230
);
234231
});
235232
});

dev-packages/node-integration-tests/suites/aws-serverless/aws-integration/test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ describe('awsIntegration', () => {
222222
await createTestRunner().ignore('event').expect({ transaction: assertAwsServiceSpans }).start().completed();
223223
});
224224
},
225-
// The orchestrion aws-sdk channel integration has no service extensions yet (empty registry),
226-
// so it can't emit the service-specific attributes asserted here. Stay on the OTel path until
227-
// the service extensions land in a follow-up.
228-
{ additionalDependencies, injectOrchestrion: false },
225+
{ additionalDependencies },
229226
);
230227
});
231228
});

0 commit comments

Comments
 (0)