Skip to content

Commit 7d827ba

Browse files
committed
chore(sdk): remove flaky test
1 parent f8ced5c commit 7d827ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/traceloop-sdk/test/decorators.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ describe("Test SDK Decorators", () => {
414414
completionSpan.parentSpanId,
415415
workflowSpan.spanContext().spanId,
416416
);
417-
assert.ok(workflowSpan.startTime <= completionSpan.startTime);
418-
assert.ok(workflowSpan.endTime >= completionSpan.endTime);
417+
419418
assert.strictEqual(
420419
completionSpan.attributes[`${SpanAttributes.LLM_REQUEST_MODEL}`],
421420
"gpt-3.5-turbo",

0 commit comments

Comments
 (0)