Skip to content

Commit c724601

Browse files
JPeer264claude
authored andcommitted
test(cloudflare): Skip flaky durableobject-spans test (#20282)
The test is timing out intermittently in CI, causing spurious failures. This will be fixed as part of #20208 Co-authored-by: Claude Opus 4 <noreply@anthropic.com>
1 parent 493b301 commit c724601

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/cloudflare-integration-tests/suites/tracing/durableobject-spans

1 file changed

+2
-1
lines changed

dev-packages/cloudflare-integration-tests/suites/tracing/durableobject-spans/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import { createRunner } from '../../../runner';
66
// must appear as children of the DO transaction. The first invocation always worked;
77
// the second invocation on the same DO instance previously lost its child spans
88
// because the client was disposed after the first call.
9-
it('sends child spans on repeated Durable Object calls', async ({ signal }) => {
9+
// TODO: unskip - this test is flaky, timing out in CI
10+
it.skip('sends child spans on repeated Durable Object calls', async ({ signal }) => {
1011
function assertDoWorkEnvelope(envelope: unknown): void {
1112
const transactionEvent = (envelope as any)[1]?.[0]?.[1];
1213

0 commit comments

Comments
 (0)