There was an error while loading. Please reload this page.
1 parent 5c8b13e commit 0265ccdCopy full SHA for 0265ccd
1 file changed
dev-packages/node-integration-tests/suites/tracing/sampling-streamed/test.ts
@@ -10,6 +10,9 @@ describe('negative sampling (streaming)', () => {
10
test('records sample_rate outcome for segment and child spans of negatively sampled segment', async () => {
11
const runner = createRunner()
12
.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()
16
.expect({
17
client_report: {
18
discarded_events: [
0 commit comments