Skip to content

Commit e6a3da9

Browse files
authored
Remove flapping test in tracing sampling (#5047)
Signed-off-by: Friedrich Gonzalez <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 9d53ea0 commit e6a3da9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/tracing/sampler/sampling_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ func Test_ShouldSample(t *testing.T) {
4040
name: "should sample 10%",
4141
fraction: 0.1,
4242
},
43-
{
44-
name: "should sample 1%",
45-
fraction: 0.01,
46-
},
4743
}
4844

4945
totalIterations := 10000

0 commit comments

Comments
 (0)