Skip to content

Commit cd82432

Browse files
committed
better check
1 parent f16137e commit cd82432

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • dev-packages/node-integration-tests/suites/tracing/vercelai/v6_v7

dev-packages/node-integration-tests/suites/tracing/vercelai/v6_v7/test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -894,10 +894,7 @@ describe.each(matrix)('Vercel AI integration (version %s)', (version, vercelAiVe
894894
// (like `embedMany`, it's dispatched via a path the channel never sees), so the channel-based
895895
// integration can't surface it on v7. v4/v5/v6 use orchestrion, which injects the `generateObject`
896896
// channel directly — v6 is exercised here, v4 in the base suite.
897-
if (version === '7') {
898-
return;
899-
}
900-
test('creates spans for generateObject', async () => {
897+
test.skipIf(version === '7')('creates spans for generateObject', async () => {
901898
await createRunner()
902899
.expect({ transaction: { transaction: 'main' } })
903900
.expect({

0 commit comments

Comments
 (0)