Skip to content

Commit 0265ccd

Browse files
committed
fix test
1 parent 5c8b13e commit 0265ccd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • dev-packages/node-integration-tests/suites/tracing/sampling-streamed

‎dev-packages/node-integration-tests/suites/tracing/sampling-streamed/test.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ describe('negative sampling (streaming)', () => {
1010
test('records sample_rate outcome for segment and child spans of negatively sampled segment', async () => {
1111
const runner = createRunner()
1212
.unignore('client_report')
13+
// The negatively-sampled `/health` client report and the positively-sampled `/ok` span
14+
// envelope flush on independent timers, so they can arrive in either order.
15+
.unordered()
1316
.expect({
1417
client_report: {
1518
discarded_events: [

0 commit comments

Comments
 (0)