Skip to content

Commit 9bf86b1

Browse files
committed
unskip test
1 parent 538f2cf commit 9bf86b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/opentelemetry/tests/useOpenTelemetry.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ describe('useOpenTelemetry', () => {
14771477
spanExporter.assertNoSpanWithName('POST /graphql');
14781478
});
14791479

1480-
it.skip('should have all attributes required by Hive Tracing', async () => {
1480+
it('should have all attributes required by Hive Tracing', async () => {
14811481
await using gateway = await buildTestGateway({
14821482
fetch: () => () => new Response(null, { status: 500 }),
14831483
});

0 commit comments

Comments
 (0)